Problem with manifest file

17 views
Skip to first unread message

namdev mhaske

unread,
Apr 14, 2014, 6:38:37 AM4/14/14
to iago-...@googlegroups.com
Hi ,
When compiling the code and creating the jar file ,no manifest file is found while executing the jar.
please suggest what step we need to follow to generate the manifest file.

Tom Howland

unread,
Apr 14, 2014, 2:27:21 PM4/14/14
to iago-...@googlegroups.com
So, Iago has been passing its automated tests just fine. I just investigated your query only to find that the last version of Iago to correctly create a distribution package (mvn clean -DskipTests package) and a correct manifest was

0472d5878fce63448d8f42a4da9c6045bc4bc587

from January of this year.

I'll try to patch Iago soon but until then I suggest you work from that SHA.




--

---
You received this message because you are subscribed to the Google Groups "Iago Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to iago-users+...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Tom Howland

unread,
Apr 14, 2014, 3:06:33 PM4/14/14
to iago-...@googlegroups.com
When we switched to scrooge there was a big rewrite of the pom and the maven assembly stuff was lost. I just pushed

commit 3e34b4c500f8a206a33a9c3b832018bbc37add5e
Author: Tom Howland <thow...@twitter.com>
Date:   Mon Apr 14 11:59:07 2014 -0700

    put back maven assembly logic so "mvn package" and "mvn install" create distributions as advertised

namdev mhaske

unread,
Apr 24, 2014, 8:52:54 AM4/24/14
to iago-...@googlegroups.com
Hi
When we run the EchoLoadTest.java class using the maven build it did not get compile,after digging into it we found that
build is not able to find the below imported classes.
import com.twitter.parrot.processor.LoadTest; 
import com.twitter.parrot.thrift.ParrotJob; // 2 import com.twitter.parrot.server.ParrotRequest; // 3 import com.twitter.parrot.server.ParrotService; // 3 import com.twitter.util.Future;

so can you provide where we able to get the destination of above classes so that our code get compile successfully.
If possible please provide us the basic step to write the sample test in IAGO so that we can test our REST API.
Reply all
Reply to author
Forward
0 new messages