rosjava / rosjava_messages

Message generation and the core set of official ros messages for java.
8 stars 34 forks source link

rosjava hydro branch don't compile when you compile with gradlew #18

Open talregev opened 9 years ago

talregev commented 9 years ago

rosjava hydro branch don't compile when i use gradlew: i was have message error started like that "could not copy manifest.mf to"

I am not sure what i did, just compile with catkin_make and gradlew also compile.

@stonier please close that issue, but don't delete it, maybe someone else will have this issue too.

talregev commented 9 years ago

i succeeded to re-create the bug: just delete the build folder in rosjava_test_msgs/ folder. and i was able to fix the issue, i will update it on next push.

@stonier please add my change. thanks, Tal

talregev commented 9 years ago

i created a indigo branch. can you do the same and i will send you a pull request to there?

stonier commented 9 years ago

@talregev Do you need rosjava_messages in indigo?

The current source installation will compile message artifacts for you from packages in the source workspace. Unfortunately it doesn't get them from the binary workspace, but I can put in a script which can parse and get them all for you for the short term while I work on a better long term solution.

talregev commented 9 years ago

there is not must for indigo, but there messages that you don't want to add.

talregev commented 9 years ago

you can pull from my indigo branch to your hydro branch