hzzc1987 / jnaerator

Automatically exported from code.google.com/p/jnaerator
0 stars 0 forks source link

Unable to buid a released version from source #41

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. get the read-only code from svn as described
http://code.google.com/p/jnaerator/source/checkout
2. run mvn install
3. it tries to build a non-existing module maven-velocity-plugin. It fails
of course.
4. the pom.xml files include a SNAPSHOT version.

What is the expected output? What do you see instead?
3. It should not build the maven-velocity-plugin. Or the svn should
containg sources for it if it is really needed.
4. I do not want to build a snapshot. How can I get sources of a released
version (0.9.1)? What is its revision number? I can not see any tags in the
svn repo. It would be nice to see tags corresponding to the relesed versions.

What version of the product are you using? On what operating system?
trunk
java 1.6

Original issue reported on code.google.com by andrius....@mif.vu.lt on 23 Oct 2009 at 8:56

GoogleCodeExporter commented 8 years ago
Hi Andrius,

Thanks for your report... Forgot to remove this plugin from the pom, I'll 
update it 
soon but you can safely remove it yourself in the meanwhile...

Cheers

Original comment by olivier.chafik@gmail.com on 23 Oct 2009 at 12:29

GoogleCodeExporter commented 8 years ago
Hi Andrius,

I still need to see how to apply tags easily, but you can already get the 
sources for a release in the *-
sources.jar that's in the same directory as the release : 
http://jnaerator.sourceforge.net/maven/com/jnaerator/jnaerator/0.9.1/ (you'll 
also need the sources for 
jnaerator-runtime).

For the maven-velocity-plugin matter, are you sure you updated your view ? Its 
reference in the top pom.xml 
has been commented out for a while...

Cheers

Original comment by olivier.chafik@gmail.com on 27 Oct 2009 at 8:47

GoogleCodeExporter commented 8 years ago
Thanks, I found the sources. I also commented out the velocity plugin as you
suggested before. Currently I have everything I need.
I think, if you are not yet ready to set svn tags, it would be useful if you 
publish
the revision number with the new realease.

Original comment by andrius....@mif.vu.lt on 27 Oct 2009 at 12:47

GoogleCodeExporter commented 8 years ago
Hi Andrius,

Each release now explicitely refers to its corresponding revision (in the 
downloads area and in the CHANGELOG).

Thanks again for your report,
Cheers
--
Olivier

Original comment by olivier.chafik@gmail.com on 11 Oct 2010 at 1:54