eclipse-ee4j / mojarra-jsf-extensions

Other
1 stars 3 forks source link

Build problems (missing dependencies) #53

Closed glassfishrobot closed 17 years ago

glassfishrobot commented 17 years ago

When doing a checkout (trunk) and building against an empty repository (first maven build on the workstation) errors start to appear: Embedded error: Error while expanding /home/ale/projects/jsf-extensions/m2/repo/javax/faces/jsf-api/1.2/jsf-api-1.2-sources.jar /home/ale/projects/jsf-extensions/m2/repo/javax/faces/jsf-api/1.2/jsf-api-1.2-sources.jar (No such file or directory)

These problems can be resolved by adding these two dependencies to the master-pom:

javax.faces jsf-api 1.2 javax.faces jsf-api 1.2 sources

When restarting on the finished build a mvn-build (just mvn command, no params), this message appears: (while Building jsf-extensions-j1 task-segment: [install])

[INFO] Compilation failure

Failure executing javac, but could not parse the error: /home/ale/mvn_projects/repo/javax/faces/jsf-api/1.2/jsf-api-1.2-sources.jar(javax/faces/component/html/HtmlInputText.java):47: class HtmlInputText is public, should be declared in a file named HtmlInputText.java (source unavailable) 1 error

The first problem has been reproduced (checkout and "mvn" while having a clean (=empty) maven-repository.

Environment

Operating System: All Platform: All

Affected Versions

[current]

glassfishrobot commented 5 years ago
glassfishrobot commented 17 years ago

@glassfishrobot Commented Reported by ajesse

glassfishrobot commented 17 years ago

@glassfishrobot Commented @rlubke said: Patch to master POM committed.

Looking into compile failure.

glassfishrobot commented 17 years ago

@glassfishrobot Commented @rlubke said: I see the compilation failure when using 1.5_03 (AJesse confirms with 03 and 06). Build works fine with 1.5_10.

glassfishrobot commented 17 years ago

@glassfishrobot Commented ajesse said: on linux with 1.5.0_10 I got a successfull built as well. The issue with _06 is related to our company-proxy... So the onl known bad combo is with _03

glassfishrobot commented 17 years ago

@glassfishrobot Commented @rlubke said: AJesse is all set, marking this as fixed.

glassfishrobot commented 17 years ago

@glassfishrobot Commented ajesse said: in revision 383 the needed changes (added in revision 380) have been removed!!! Therefor the dependency-problem is active again.

glassfishrobot commented 17 years ago

@glassfishrobot Commented @edburns said: Sorry about that. I'll fix this.

glassfishrobot commented 17 years ago

@glassfishrobot Commented @edburns said: Fix

glassfishrobot commented 7 years ago

@glassfishrobot Commented This issue was imported from java.net JIRA JSF_EXTENSIONS-53

glassfishrobot commented 17 years ago

@glassfishrobot Commented Marked as fixed on Monday, February 12th 2007, 2:20:44 am