javalover520 / jsyntaxpane

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

'RELEASE'. @ line 36, column 18 of pom.xml apparently not kosher #173

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. svn checkout http://jsyntaxpane.googlecode.com/svn/branches/r095/
2. attempt to build the project
3. cry

What is the expected output? What do you see instead?

I though I would build/compile the source code. I got these error messages 
instead as a reply:
[ERROR]The build could not read 1 project -> [Help 1]
[ERROR]  
[ERROR]  The project jsyntaxpane:jsyntaxpane:0.9.6 
(/Users/chaselby/dev/java/r095/jsyntaxpane/pom.xml) has 1 error
[ERROR]    'build.plugins.plugin.version' for 
org.apache.maven.plugins:maven-compiler-plugin must be a valid version but is 
'RELEASE'. @ line 36, column 18
[ERROR]
[ERROR]To see the full stack trace of the errors, re-run Maven with the -e 
switch.
[ERROR]Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR]For more information about the errors and possible solutions, please 
read the following articles:
[ERROR][Help 1] 
http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException

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

...whatever is in the r095 folder of subversion. I was building on OSX 10.6.7, 
NetBeans 6.9.1, JDK 1.6

Please provide any additional information below.

deleting that 'RELEASE' and tags that go with it @ line 36, column 18 of 
pom.xml makes it possible to proceed.
According to NetBean's hint "Shall not use RELEASE/LATEST/SNAPSHOT version, it 
makes the build eventually irreproducible in the future.   Overrides version 
defines in PluginManagment. The managed version is 2.0.2."

Original issue reported on code.google.com by cy...@haselby.com on 4 Apr 2011 at 6:36

GoogleCodeExporter commented 8 years ago
This is weird.  I did not face the issue on Windows, NB 6.9, JDK 1.6.  I did 
not see where in the NetBeans GUI that can changed.

Original comment by ayman.al...@gmail.com on 7 Apr 2011 at 6:38

GoogleCodeExporter commented 8 years ago
Had to do the same thing to build it on my machine (OSX Snow Leopard using 
Homebrew's maven):

http://pastebin.com/UTPkX5bT

Original comment by comec...@gmail.com on 28 May 2011 at 2:24