javalover520 / jsyntaxpane

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

Solution does not build using "mvn clean install" from base checkout #71

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. checkout the source tree from svn
2. execute "mvn clean install"
3. find the build error.

What is the expected output? What do you see instead?
I expected the solution to build, but instead I get an artifact error:
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Building jsyntaxpane
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] artifact org.apache.maven.plugins:maven-compiler-plugin: checking
for updates from jflex
[WARNING] repository metadata for: 'artifact
org.apache.maven.plugins:maven-compiler-plugin' could not be retrieved from
repository: jflex due to an error: Error transferring file
[INFO] Repository 'jflex' will be blacklisted
[INFO] artifact org.apache.maven.plugins:maven-compiler-plugin: checking
for updates from central
[INFO] artifact de.jflex.maven.plugin:maven-jflex-plugin: checking for
updates from central
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] The plugin 'de.jflex.maven.plugin:maven-jflex-plugin' does not exist
or no valid version could be found
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 26 seconds
[INFO] Finished at: Mon Mar 09 10:17:08 CET 2009
[INFO] Final Memory: 2M/5M
[INFO] ------------------------------------------------------------------------

What version of the product are you using? On what operating system?
I checked out r96. I'm using maven 2.0.9.

Please provide any additional information below.
My repository configuration works perfectly fine for getting other
dependencies.

Original issue reported on code.google.com by jevr...@gmail.com on 9 Mar 2009 at 9:21

GoogleCodeExporter commented 8 years ago
I'm using the embedded Maven plugin for NetBeans, and did not have any issues.

Anybody else had problems building?

Original comment by ayman.al...@gmail.com on 10 Mar 2009 at 6:48

GoogleCodeExporter commented 8 years ago
Do you perhaps have a special repository set up for this jflex thing?
Perhaps it is something that you deployed to your local repository or 
artifactory/proxy?

Original comment by jevr...@gmail.com on 10 Mar 2009 at 1:53

GoogleCodeExporter commented 8 years ago
jevring by base checkout do you mean head?
If it helps I just checked out the latest from head and built using clean and 
install.
Maven successfully downloaded jflex. Do you perhaps have a proxy issue ?

ngo

Original comment by rdonovan...@gmail.com on 10 Mar 2009 at 9:12

GoogleCodeExporter commented 8 years ago
I found the error. 
You specify: <groupId>de.jflex.maven.plugin</groupId>
It should be: <groupId>de.jflex</groupId>

Changing this makes it work. I think that netbeans uses maven 3.0-beta. I use 
maven
2.0.9. Maybe 3.0-beta does some special handling of groupIds.

Original comment by jevr...@gmail.com on 31 Mar 2009 at 10:18

GoogleCodeExporter commented 8 years ago
Thanks.  I'll update and commit soon.

Original comment by ayman.al...@gmail.com on 2 Apr 2009 at 3:09

GoogleCodeExporter commented 8 years ago
fixed with r110.  Sorry for the delay.

Original comment by ayman.al...@gmail.com on 9 Apr 2009 at 6:08