]
Rob Stryker commented on JBIDE-21684:
-------------------------------------
[~rafabene] [~fbricon] Any clue on these two issues?
Clone repo:
Branch: 10.x
I'm not sure if this is an error with the quickstart or with maven's handling of
it.
jaxws quickstarts require nonexistant endorsed folder
-----------------------------------------------------
Key: JBIDE-21684
URL:
https://issues.jboss.org/browse/JBIDE-21684
Project: Tools (JBoss Tools)
Issue Type: Sub-task
Components: server, upstream
Affects Versions: 4.3.1.Beta2
Reporter: Rob Stryker
Fix For: 4.3.1.CR1, 4.4.0.Alpha1
The jaxws quickstarts in the 10.x branch have the following errors:
Endorsed directory
'/home/rob/code/github/jboss_stuff/quickstart/jaxws-ejb/service/target/endorsed'
is missing. You may need to a perform a
Maven command line build in order to create it.
Even after building from the command line, the requested folders are not created. This
indicates that either there is something wrong with the build (ie it should be creating
the endorsed folder) or this is a legacy detail that is no longer needed (ie the project
does not actually require an endorsed directory, so the pom lines requesting it are
unnecessary)