Javac no source files error

I'm using Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_04-b05) on win xp SP2 I have folder structure as follows: C:tempjavasrcHelloWorld.java C:tempjavasrccomtrialleveltes...

I’m using Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_04-b05)
on win xp SP2

I have folder structure as follows:

C:tempjavasrcHelloWorld.java
C:tempjavasrccomtrialleveltestHelloWorld2.java

I’m trying to compile the files using sourcepath option but it seems it is not working, I’m using the following cmd command:

C:tempjava>javac -sourcepath ./src -d ./classes -verbose

But getting this error:

C:tempjava>javac -sourcepath ./src -d ./classes -verbose
javac: no source files
Usage: javac <options> <source files>
where possible options include:
  -g                         Generate all debugging info
  -g:none                    Generate no debugging info
  -g:{lines,vars,source}     Generate only some debugging info
  -nowarn                    Generate no warnings
  -verbose                   Output messages about what the compiler is doing
  -deprecation               Output source locations where deprecated APIs are used
  -classpath <path>          Specify where to find user class files
  -cp <path>                 Specify where to find user class files
  -sourcepath <path>         Specify where to find input source files
  -bootclasspath <path>      Override location of bootstrap class files
  -extdirs <dirs>            Override location of installed extensions
  -endorseddirs <dirs>       Override location of endorsed standards path
  -d <directory>             Specify where to place generated class files
  -encoding <encoding>       Specify character encoding used by source files
  -source <release>          Provide source compatibility with specified release
  -target <release>          Generate class files for specific VM version
  -version                   Version information
  -help                      Print a synopsis of standard options
  -X                         Print a synopsis of nonstandard options
  -J<flag>                   Pass <flag> directly to the runtime system
javac: no source files

plz can anyone help as I have lots of classes & in lots of directories and sourcepath option is vital for me.

Problem

Install would fail with the following error :-

build:

[javac] Compiling 323 source files to /opt/IBM/sfg1/install/repository/entitybuild/classes

[javac] javac: no source files

[javac] Usage: javac

[javac] use -help for a list of possible options

/opt/IBM/sfg1/install/properties/entityDeployer.xml:692: Compile failed; see the compiler error output for details.

Symptom

Full error as shown in InstallSI.log :-

build:
[javac] Compiling 323 source files to /opt/IBM/sfg1/install/repository/entitybuild/classes
[javac] javac: no source files
[javac] Usage: javac <options> <source files>
[javac] use -help for a list of possible options
/opt/IBM/sfg1/install/properties/entityDeployer.xml:692: Compile failed; see the compiler error output for details.
at org.apache.tools.ant.taskdefs.Javac.compile(Javac.java:1079)
at org.apache.tools.ant.taskdefs.Javac.execute(Javac.java:882)
at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
at sun.reflect.GeneratedMethodAccessor6.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:607)
at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
at org.apache.tools.ant.Task.perform(Task.java:348)
at org.apache.tools.ant.Target.execute(Target.java:357)
at org.apache.tools.ant.Target.performTasks(Target.java:385)
at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1337)
at org.apache.tools.ant.Project.executeTarget(Project.java:1306)
at com.sterlingcommerce.woodstock.install.deployer.AntDeployer.executeScript(AntDeployer.java:273)
at com.sterlingcommerce.woodstock.install.deployer.AntDeployer.deploy(AntDeployer.java:217)
at com.sterlingcommerce.woodstock.install.deployer.AntDeployer.execute(AntDeployer.java:213)
at sun.reflect.GeneratedMethodAccessor35.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:607)
at com.sterlingcommerce.woodstock.install.InstallSIBootstrapper.instanciateAndRun(InstallSIBootstrapper.java:376)
at com.sterlingcommerce.woodstock.install.EntityWrapper.processEntities(EntityWrapper.java:71)
at com.sterlingcommerce.woodstock.install.utils.ProcessEntities.process(ProcessEntities.java:194)
at com.sterlingcommerce.woodstock.install.utils.ProcessEntities.gatherEntities(ProcessEntities.java:96)
at com.sterlingcommerce.woodstock.install.utils.ProcessEntities.processEntities(ProcessEntities.java:49)
at platform_afc.scripts.PreServiceInstall.doPreInstallTasks(PreServiceInstall.java:121)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:76)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:607)
at com.sterlingcommerce.woodstock.install.utils.ClassUtils.runAllOfTypeInPackage(ClassUtils.java:125)
at com.sterlingcommerce.woodstock.install.module_loader.ServiceInstall.doPreInstallTasks(ServiceInstall.java:3186)
at com.sterlingcommerce.woodstock.install.module_loader.ServiceInstall.installService(ServiceInstall.java:756)
at com.sterlingcommerce.woodstock.install.module_loader.ServiceInstall.install(ServiceInstall.java:522)
at com.sterlingcommerce.woodstock.install.module_loader.ServiceInstall.install(ServiceInstall.java:232)
at com.sterlingcommerce.woodstock.install.module_loader.ServiceInstall.installWithLoader(ServiceInstall.java:282)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:76)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:607)
at com.sterlingcommerce.woodstock.install.InstallSI.MiddlewareModuleLoader(InstallSI.java:1648)
at com.sterlingcommerce.woodstock.install.InstallSI.PerformInstall(InstallSI.java:918)
at com.sterlingcommerce.woodstock.install.InstallSI.main(InstallSI.java:132)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:76)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:607)
at com.sterlingcommerce.woodstock.install.InstallSIBootstrapper.instanciateAndRun(InstallSIBootstrapper.java:376)
at com.sterlingcommerce.woodstock.install.InstallSIBootstrapper.instanciateAndRun(InstallSIBootstrapper.java:380)
at com.sterlingcommerce.woodstock.install.InstallSIBootstrapper.doIt(InstallSIBootstrapper.java:192)
at com.sterlingcommerce.woodstock.install.InstallSIBootstrapper.main(InstallSIBootstrapper.java:80)
com.sterlingcommerce.woodstock.install.module_loader.ServiceInstallException: Failed processing entities.
at com.sterlingcommerce.woodstock.install.EntityWrapper.processEntities(EntityWrapper.java:74)
at com.sterlingcommerce.woodstock.install.utils.ProcessEntities.process(ProcessEntities.java:194)
at com.sterlingcommerce.woodstock.install.utils.ProcessEntities.gatherEntities(ProcessEntities.java:96)
at com.sterlingcommerce.woodstock.install.utils.ProcessEntities.processEntities(ProcessEntities.java:49)
at platform_afc.scripts.PreServiceInstall.doPreInstallTasks(PreServiceInstall.java:121)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:76)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:607)
at com.sterlingcommerce.woodstock.install.utils.ClassUtils.runAllOfTypeInPackage(ClassUtils.java:125)
at com.sterlingcommerce.woodstock.install.module_loader.ServiceInstall.doPreInstallTasks(ServiceInstall.java:3186)
at com.sterlingcommerce.woodstock.install.module_loader.ServiceInstall.installService(ServiceInstall.java:756)
at com.sterlingcommerce.woodstock.install.module_loader.ServiceInstall.install(ServiceInstall.java:522)
at com.sterlingcommerce.woodstock.install.module_loader.ServiceInstall.install(ServiceInstall.java:232)
at com.sterlingcommerce.woodstock.install.module_loader.ServiceInstall.installWithLoader(ServiceInstall.java:282)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:76)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:607)
at com.sterlingcommerce.woodstock.install.InstallSI.MiddlewareModuleLoader(InstallSI.java:1648)
at com.sterlingcommerce.woodstock.install.InstallSI.PerformInstall(InstallSI.java:918)
at com.sterlingcommerce.woodstock.install.InstallSI.main(InstallSI.java:132)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:76)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:607)
at com.sterlingcommerce.woodstock.install.InstallSIBootstrapper.instanciateAndRun(InstallSIBootstrapper.java:376)
at com.sterlingcommerce.woodstock.install.InstallSIBootstrapper.instanciateAndRun(InstallSIBootstrapper.java:380)
at com.sterlingcommerce.woodstock.install.InstallSIBootstrapper.doIt(InstallSIBootstrapper.java:192)
at com.sterlingcommerce.woodstock.install.InstallSIBootstrapper.main(InstallSIBootstrapper.java:80)
Caused by: java.lang.reflect.InvocationTargetException
at sun.reflect.GeneratedMethodAccessor35.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:607)
at com.sterlingcommerce.woodstock.install.InstallSIBootstrapper.instanciateAndRun(InstallSIBootstrapper.java:376)
at com.sterlingcommerce.woodstock.install.EntityWrapper.processEntities(EntityWrapper.java:71)
… 29 more
Caused by: /opt/IBM/sfg1/install/properties/entityDeployer.xml:692: Compile failed; see the compiler error output for details.
at org.apache.tools.ant.taskdefs.Javac.compile(Javac.java:1079)
at org.apache.tools.ant.taskdefs.Javac.execute(Javac.java:882)
at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
at sun.reflect.GeneratedMethodAccessor6.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:607)
at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
at org.apache.tools.ant.Task.perform(Task.java:348)
at org.apache.tools.ant.Target.execute(Target.java:357)
at org.apache.tools.ant.Target.performTasks(Target.java:385)
at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1337)
at org.apache.tools.ant.Project.executeTarget(Project.java:1306)
at com.sterlingcommerce.woodstock.install.deployer.AntDeployer.executeScript(AntDeployer.java:273)
at com.sterlingcommerce.woodstock.install.deployer.AntDeployer.deploy(AntDeployer.java:217)
at com.sterlingcommerce.woodstock.install.deployer.AntDeployer.execute(AntDeployer.java:213)
… 34 more
com.sterlingcommerce.woodstock.install.module_loader.ServiceInstallException
at com.sterlingcommerce.woodstock.install.utils.ClassUtils.runAllOfTypeInPackage(ClassUtils.java:134)
at com.sterlingcommerce.woodstock.install.module_loader.ServiceInstall.doPreInstallTasks(ServiceInstall.java:3186)
at com.sterlingcommerce.woodstock.install.module_loader.ServiceInstall.installService(ServiceInstall.java:756)
at com.sterlingcommerce.woodstock.install.module_loader.ServiceInstall.install(ServiceInstall.java:522)
at com.sterlingcommerce.woodstock.install.module_loader.ServiceInstall.install(ServiceInstall.java:232)
at com.sterlingcommerce.woodstock.install.module_loader.ServiceInstall.installWithLoader(ServiceInstall.java:282)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:76)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:607)
at com.sterlingcommerce.woodstock.install.InstallSI.MiddlewareModuleLoader(InstallSI.java:1648)
at com.sterlingcommerce.woodstock.install.InstallSI.PerformInstall(InstallSI.java:918)
at com.sterlingcommerce.woodstock.install.InstallSI.main(InstallSI.java:132)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:76)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:607)
at com.sterlingcommerce.woodstock.install.InstallSIBootstrapper.instanciateAndRun(InstallSIBootstrapper.java:376)
at com.sterlingcommerce.woodstock.install.InstallSIBootstrapper.instanciateAndRun(InstallSIBootstrapper.java:380)
at com.sterlingcommerce.woodstock.install.InstallSIBootstrapper.doIt(InstallSIBootstrapper.java:192)
at com.sterlingcommerce.woodstock.install.InstallSIBootstrapper.main(InstallSIBootstrapper.java:80)
Caused by: java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:76)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:607)
at com.sterlingcommerce.woodstock.install.utils.ClassUtils.runAllOfTypeInPackage(ClassUtils.java:125)
… 20 more
Caused by: com.sterlingcommerce.woodstock.install.module_loader.ServiceInstallException: Failed processing entities.
at platform_afc.scripts.PreServiceInstall.doPreInstallTasks(PreServiceInstall.java:131)
… 25 more
com.sterlingcommerce.woodstock.install.module_loader.ServiceInstallException: InstallSI.ModuleLoader()->Failed while loading package: /opt/IBM/sfg1/install/middleware/b_platform_afc_60170101.jar
at com.sterlingcommerce.woodstock.install.InstallSI.MiddlewareModuleLoader(InstallSI.java:1675)
at com.sterlingcommerce.woodstock.install.InstallSI.PerformInstall(InstallSI.java:918)
at com.sterlingcommerce.woodstock.install.InstallSI.main(InstallSI.java:132)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:76)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:607)
at com.sterlingcommerce.woodstock.install.InstallSIBootstrapper.instanciateAndRun(InstallSIBootstrapper.java:376)
at com.sterlingcommerce.woodstock.install.InstallSIBootstrapper.instanciateAndRun(InstallSIBootstrapper.java:380)
at com.sterlingcommerce.woodstock.install.InstallSIBootstrapper.doIt(InstallSIBootstrapper.java:192)
at com.sterlingcommerce.woodstock.install.InstallSIBootstrapper.main(InstallSIBootstrapper.java:80)
Caused by: java.lang.Exception: java.lang.reflect.InvocationTargetException
at com.sterlingcommerce.woodstock.install.InstallSI.MiddlewareModuleLoader(InstallSI.java:1651)
… 10 more
Caused by: java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:76)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:607)
at com.sterlingcommerce.woodstock.install.InstallSI.MiddlewareModuleLoader(InstallSI.java:1648)
… 10 more
Caused by: com.sterlingcommerce.woodstock.install.module_loader.ServiceInstallException: ServiceInstall.installService()->general Exception: null
at com.sterlingcommerce.woodstock.install.module_loader.ServiceInstall.installService(ServiceInstall.java:1034)
at com.sterlingcommerce.woodstock.install.module_loader.ServiceInstall.install(ServiceInstall.java:522)
at com.sterlingcommerce.woodstock.install.module_loader.ServiceInstall.install(ServiceInstall.java:232)
at com.sterlingcommerce.woodstock.install.module_loader.ServiceInstall.installWithLoader(ServiceInstall.java:282)
… 15 more
Caused by: com.sterlingcommerce.woodstock.install.module_loader.ServiceInstallException
at com.sterlingcommerce.woodstock.install.utils.ClassUtils.runAllOfTypeInPackage(ClassUtils.java:134)
at com.sterlingcommerce.woodstock.install.module_loader.ServiceInstall.doPreInstallTasks(ServiceInstall.java:3186)
at com.sterlingcommerce.woodstock.install.module_loader.ServiceInstall.installService(ServiceInstall.java:756)
… 18 more
Caused by: java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:76)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:607)
at com.sterlingcommerce.woodstock.install.utils.ClassUtils.runAllOfTypeInPackage(ClassUtils.java:125)
… 20 more
Caused by: com.sterlingcommerce.woodstock.install.module_loader.ServiceInstallException: Failed processing entities.
at platform_afc.scripts.PreServiceInstall.doPreInstallTasks(PreServiceInstall.java:131)
… 25 more
ERROR: Installation failed ‘255’

Cause

IBM JDK points to the /tmp directory by default for java.io.tmpdir and if this filesystem is full then you could encounter the error message above and the SI install will fail on javac (compiling files)

Environment

The issue was discovered on Red Hat

Diagnosing The Problem

Check the filesystem used by /tmp using df -k

Resolving The Problem

Increase the size of /tmp filesystem or manager the data in /tmp so the javac has some space available to it to compile files.

[{«Product»:{«code»:»SS3JSW»,»label»:»IBM Sterling B2B Integrator»},»Business Unit»:{«code»:»BU059″,»label»:»IBM Software w/o TPS»},»Component»:»Installation»,»Platform»:[{«code»:»PF002″,»label»:»AIX»},{«code»:»PF016″,»label»:»Linux»}],»Version»:»5.2.5″,»Edition»:»All Editions»,»Line of Business»:{«code»:»LOB59″,»label»:»Sustainability Software»}}]

#java #javac

#java #javac

Вопрос:

Я выполняю упражнение 1.2 подготовки к экзамену Oracle Java SE 8, в котором мне предлагается создать основной класс GreetingsUniverse и три класса, которые будут инициализированы основным классом; Mars , Earth и Venus .

У меня есть com каталог, хранящийся по адресу location: C:UsersChrisDocumentsJavaMM

 package com.ocajexam.tutorial;

import com.ocajexam.tutorial.planets.Earth;
import com.ocajexam.tutorial.planets.Venus;
import com.ocajexam.tutorial.planets.Mars;

public class GreetingsUniverse
{
    public static void main (String[] args)
    {
        System.out.println("Greetings, Universe!");
        Earth e = new Earth();
        Mars m = new Mars();
        Venus v = new Venus();
    }
}
 

 package com.ocajexam.tutorial.planets;

public class Mars
{
    public Mars()
    {
        System.out.println("Hello from Mars!");
    }
}
 

 package com.ocajexam.tutorial.planets;

public class Earth
{
    public Earth()
    {
        System.out.println("Hello from Earth!");
    }
}
 

 package com.ocajexam.tutorial.planets;

public class Venus
{
    public Venus()
    {
        System.out.println("Hello from Venus!");
    }
}
 

Цель упражнения — определить аргументы командной строки, необходимые для компиляции кода.

У меня есть файл GreetingsUniverse Java, хранящийся в comocajexamtutorial и хранилище planets в comocajexamtutorialplanets

Я пробовал различные решения, но безуспешно:

 javac -d . -cp comocajexamtutorialplanets comocajexamtutorialGreetingsUniverse.java

javac -d . -cp com comocajexamtutorialGreetingsUniverse.java
 

Я продолжаю получать следующую ошибку:

 C:UsersChrisDocumentsJavaMM>javac -d . -cp com comocajexamtutorialGreetingsUniverse.java
comocajexamtutorialGreetingsUniverse.java:8: error: cannot find symbol
                Earth e = new Earth();
                ^
  symbol:   class Earth
  location: class GreetingsUniverse
comocajexamtutorialGreetingsUniverse.java:8: error: cannot find symbol
                Earth e = new Earth();
                              ^
  symbol:   class Earth
  location: class GreetingsUniverse
comocajexamtutorialGreetingsUniverse.java:9: error: cannot find symbol
                Mars m = new Mars();
                ^
  symbol:   class Mars
  location: class GreetingsUniverse
comocajexamtutorialGreetingsUniverse.java:9: error: cannot find symbol
                Mars m = new Mars();
                             ^
  symbol:   class Mars
  location: class GreetingsUniverse
comocajexamtutorialGreetingsUniverse.java:10: error: cannot find symbol
                Venus v = new Venus();
                ^
  symbol:   class Venus
  location: class GreetingsUniverse
comocajexamtutorialGreetingsUniverse.java:10: error: cannot find symbol
                Venus v = new Venus();
                              ^
  symbol:   class Venus
  location: class GreetingsUniverse
6 errors
 

Кто-нибудь знает, где я ошибаюсь в этом?

Я также попробовал следующее, которое выдает другое сообщение об ошибке:

 C:UsersChrisDocumentsJavaMM>javac -d . comocajexamtutorialplanetsEarth.java;comocajexamtutorialplanetsMars.java;comocajexamtutorialplanetsVenus.java comocajexamtutorialGreetingsUniverse.java
 

Выдает эту ошибку:

 javac: file not found: comocajexamtutorialplanetsEarth.java;comocajexamtutorialplanetsMars.java;comocajexamtutorialplanetsVenus.java
Usage: javac <options> <source files>
use -help for a list of possible options
 

Файлы определенно есть, если я укажу каталог в planets каталоге, я смогу увидеть их там:

  Directory of C:UsersChrisDocumentsJavaMMcomocajexamtutorialplanets

16/10/2016  11:33    <DIR>          .
16/10/2016  11:33    <DIR>          ..
15/10/2016  21:48               135 Earth.java
15/10/2016  21:48               132 Mars.java
15/10/2016  21:48               135 Venus.java
 

Обновить:
После дальнейшей отладки это становится все более странным..

Я пытаюсь скомпилировать только файлы planet, используя первую половину команды:

 javac -d . -cp comocajexamtutorialplanets*.java
 

Когда я проверяю каталог planet, только две планеты скомпилированы. Когда я удаляю класс Java, который не компилируется, компилируется только 1 файл!

Когда я использую ту же команду, указывающую java-файл, который я хочу скомпилировать:

 javac -d . -cp comocajexamtutorialplanetsVenus.java
 

Я получаю следующую ошибку:

 javac: no source files
Usage: javac <options> <source files>
use -help for a list of possible options
 

Я не могу понять это, потому Venus.java что это был один из файлов, которые компилировались, когда я запускал команду /*.java компиляции для обнаружения любых файлов Java в каталоге

Комментарии:

1. Ваш путь к классу . , нет com .

2. Я также пробовал это и получаю ту же ошибку

3. Venus.java например, должен быть его собственный файл. Форматирование вашего вопроса не делает это очень понятным

4. Какую ОС вы используете? Я попробовал свою команду ниже как в Windows, так и в Ubuntu, чтобы убедиться, что она будет работать. Если возможно, не могли бы вы выполнить cd com ocajexam tutorial planets, а затем запустить ls или dir, чтобы получить содержимое каталога и опубликовать их здесь?

5. Я использую Windows 10 Home. Я dir проверил каталог, в котором находятся файлы planet: Directory of C:UsersChrisDocumentsJavaMMcomocajexamtutorialplanets и он показывает Earth.class , Earth.java , Mars.class , Mars.java , Venus.class и Venus.java

Ответ №1:

Сначала вам нужно скомпилировать все классы. Javac компилирует только ваш основной класс. Используйте javac -cp /path/to/file/*.java . Звездочка ( *.java ) означает компиляцию всех классов Java в папке.

Комментарии:

1. Это нормально компилирует эти файлы, но я все равно получаю ту же ошибку при попытке скомпилировать основной класс

2. Вам не нужно вручную компилировать каждый класс, если он находится в пути к классу. Компилятор достаточно умен, чтобы автоматически включать другие классы.

3. Тогда я не понимаю, почему он выдает ошибку, в которой говорится, что он не может их найти

Ответ №2:

В примере из учебного пособия OCA Java SE 8 Programmer I для программистов используется конструктор без круглых скобок.

 package com.ocajexam.tutorial.planets;

    public class Earth { 
        public Earth { 
            System.out.println("Hello from Earth!"); 
        } 
    }
 

это, конечно, должно быть

 package com.ocajexam.tutorial.planets;

    public class Earth { 
        public Earth () { 
            System.out.println("Hello from Earth!"); 
        } 
    }
 

Затем вы можете запустить javac com/ocajexam/tutorial/greetingsUniverse.java и java com/ocajexam/tutorial/GreetingsUniverse .

Хотя, строго говоря, это не ответ на вопрос (в котором используются конструкторы со скобками), это может помочь другим людям с той же ошибкой.

Ответ №3:

Все используемые файлы .java должны находиться в classpath. ie javac -d . -cp com comocajexamtutorial*.java comocajexamtutorialplanets*.java

Попробуйте выполнить: javac -d . -cp com com/ocajexam/tutorial/GreetingsUniverse.java com/ocajexam/tutorial/planets/Earth.java com/ocajexam/tutorial/planets/Mars.java com/ocajexam/tutorial/planets/Venus.java

Комментарии:

1. Я пробовал это и все еще получаю ту же ошибку

2. У вас вообще не может быть исходных файлов в пути к классам, а расположение файлов классов НЕ должно включать часть пути к пакету, потому что это добавляется автоматически.

3. За: docs.oracle.com/javase/7/docs/technotes/tools/windows/javac.html Если параметр -sourcepath не указан, поиск исходных файлов также выполняется в пути к пользовательскому классу.

0 / 0 / 0

Регистрация: 26.11.2015

Сообщений: 3

1

30.11.2015, 18:27. Показов 24434. Ответов 10


Добрый вечер.
Есть проблема.
Javac не может найти файл .java для компиляции.
Я уже указала все значения переменных JAVA_HOME и Path
Командная строка прекрасно распознает javac и java откуда угодно.
Но когда я ввожу команду вида javac HelloWorld.java появляется надпись:

Javac:file not found:HelloWorld.java
usage:javac <options> <source files>
use -help for a list of possible options.

Что я делаю не так?

__________________
Помощь в написании контрольных, курсовых и дипломных работ, диссертаций здесь



0



528 / 430 / 159

Регистрация: 25.11.2014

Сообщений: 1,662

30.11.2015, 18:31

2



1



0 / 0 / 0

Регистрация: 26.11.2015

Сообщений: 3

30.11.2015, 19:25

 [ТС]

3

Velesthau, огромное спасибо!
На всякий случай для тех, кто тоже не сразу разобрался:
Вызывать командную строку нужно из той папки, где находится файл с расширением .java
Вызвать ее можно, например, удержанием Shift и кликом правой кнопки мыши.



0



528 / 430 / 159

Регистрация: 25.11.2014

Сообщений: 1,662

30.11.2015, 19:29

4

Цитата
Сообщение от Stereotypes
Посмотреть сообщение

Вызывать командную строку нужно из той папки, где находится файл с расширением .java

Не нужно, а можно Никто не мешает запустить ее откуда угодно и перейти с командой cd. Или использовать консольный файловый менеджер вроде FAR’а и перейти в директорию в нем. Еще есть способ прописать cmd в адресной строке explorer’а, работает без мыши



0



0 / 0 / 0

Регистрация: 26.11.2015

Сообщений: 3

30.11.2015, 20:07

 [ТС]

5

Velesthau, Я просто новичок в программировании и пошла по наиболее очевидному для юзера пути.
Буду исправляться с:



0



4 / 4 / 0

Регистрация: 30.05.2018

Сообщений: 2

30.05.2018, 08:53

6

Если писали код в блокноте (.txt формате), то ваш файл может иметь имя HelloWorld.java.txt, и последние .txt вы можете просто не видеть из-за того что у вас в настройка отображения файлов и папок стоит галочка «Скрывать расширения файлов». Зайдите в настройки файлов и папок и снимите эту галочку. Увидите что ваш файл имеет имя HelloWorld.java.txt
Измените его на HelloWorld.java



2



2405 / 1864 / 472

Регистрация: 17.02.2014

Сообщений: 9,046

30.05.2018, 08:59

7

Цитата
Сообщение от Stereotypes
Посмотреть сообщение

новичок в программировании



0



LeX

30.05.2018, 09:03

Не по теме:

Aviz__, посмотри на дату поста…
kaa84, зачем мертвые темы поднимаешь?



0



2405 / 1864 / 472

Регистрация: 17.02.2014

Сообщений: 9,046

30.05.2018, 09:05

9

Цитата
Сообщение от LeX
Посмотреть сообщение

посмотри на дату



0



4 / 4 / 0

Регистрация: 30.05.2018

Сообщений: 2

30.05.2018, 13:10

10

Да новичок

Добавлено через 7 минут
Да, но ответ на этот вопрос ищут и сегодня, другие люди, а не только автор вопроса. У меня например тоже было сообщение

Javac:file not found:HelloWorld.java
usage:javac <options> <source files>
use -help for a list of possible options.

И причина была в неверном расширении файла, на которое я не сразу обратил внимание.



2



0 / 0 / 0

Регистрация: 23.06.2016

Сообщений: 8

07.02.2021, 04:29

11

Сидел, долбился несколько часов в этот javac, думал, в чем проблема и почему мой файлик из notepad++ не хочет быть увиденным, перерыл все что выдавало на английском языке, сменил кучу переменных среды, от отчаяния начал смотреть русские форумы и вижу ответик многоуважаемого kaa84.

Действительно, формат файла был blahblah.java.txt, огромное спасибо тебе, чувак, за то, что занекропостил и написал об этом



0



Apache Maven 3.0.5
Maven home: /usr/share/maven
Java version: 1.7.0_79, vendor: Oracle Corporation
Java home: /opt/jdk/jdk1.7.0/jre
Default locale: pt_BR, platform encoding: UTF-8
OS name: "linux", version: "3.16.0-51-generic", arch: "amd64", family: "unix"
[INFO] Error stacktraces are turned on.
[DEBUG] Reading global settings from /usr/share/maven/conf/settings.xml
[DEBUG] Reading user settings from /home/hdias/.m2/settings.xml
[DEBUG] Using local repository at /home/hdias/.m2/repository
[DEBUG] Using manager EnhancedLocalRepositoryManager with priority 10 for /home/hdias/.m2/repository
[INFO] Scanning for projects...
[DEBUG] Extension realms for project br.com.myapplication:cad-war:war:1.0-SNAPSHOT: (none)
[DEBUG] Looking up lifecyle mappings for packaging war from ClassRealm[plexus.core, parent: null]
[DEBUG] === REACTOR BUILD PLAN ================================================
[DEBUG] Project: br.com.myapplication:cad-war:war:1.0-SNAPSHOT
[DEBUG] Tasks:   [clean, install]
[DEBUG] Style:   Regular
[DEBUG] =======================================================================
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building cad-war 1.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] === PROJECT BUILD PLAN ================================================
[DEBUG] Project:       br.com.myapplication:cad-war:1.0-SNAPSHOT
[DEBUG] Dependencies (collect): []
[DEBUG] Dependencies (resolve): [compile, compile+runtime, runtime, test]
[DEBUG] Repositories (dependencies): [nexus (http://nexus.myapplication.com.br:8081/nexus/content/groups/public, releases+snapshots), springsource-milestones (https://oss.sonatype.org/content/repositories/springsource-milestones, releases+snapshots), java.net2 (http://download.java.net/maven/2, releases+snapshots), vaadin-addons (http://maven.vaadin.com/vaadin-addons, releases+snapshots), opencast-public (http://repository.opencastproject.org/nexus/content/repositories/public/, releases+snapshots), qiiip-repo (http://qiiip.org/mavenRepo, releases+snapshots), central (http://repo.maven.apache.org/maven2, releases)]
[DEBUG] Repositories (plugins)     : [atlassian (https://maven.atlassian.com/repository/public, releases+snapshots), opencast-public (http://repository.opencastproject.org/nexus/content/repositories/public/, releases+snapshots), vaadin-snapshots (http://oss.sonatype.org/content/repositories/vaadin-snapshots/, snapshots), central (http://repo.maven.apache.org/maven2, releases)]
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal:          org.apache.maven.plugins:maven-clean-plugin:2.5:clean (default-clean)
[DEBUG] Style:         Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
  <directory default-value="${project.build.directory}"/>
  <excludeDefaultDirectories default-value="false">${clean.excludeDefaultDirectories}</excludeDefaultDirectories>
  <failOnError default-value="true">${maven.clean.failOnError}</failOnError>
  <followSymLinks default-value="false">${clean.followSymLinks}</followSymLinks>
  <outputDirectory default-value="${project.build.outputDirectory}"/>
  <reportDirectory default-value="${project.reporting.outputDirectory}"/>
  <retryOnError default-value="true">${maven.clean.retryOnError}</retryOnError>
  <skip default-value="false">${clean.skip}</skip>
  <testOutputDirectory default-value="${project.build.testOutputDirectory}"/>
  <verbose>${clean.verbose}</verbose>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal:          com.webcohesion.enunciate:enunciate-maven-plugin:2.0.0-RC.1:assemble (assemble)
[DEBUG] Style:         Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
  <buildDir default-value="${project.build.directory}/enunciate">${enunciate.build.directory}</buildDir>
  <configFile>enunciate.xml</configFile>
  <disableSourcepath default-value="false">${enunciate.disable.sourcepath}</disableSourcepath>
  <docsDir default-value="${project.build.directory}/${project.build.finalName}">${enunciate.docsDir}</docsDir>
  <encoding default-value="${project.build.sourceEncoding}">${encoding}</encoding>
  <exportsDir default-value="${project.build.directory}"/>
  <forceWarPackaging default-value="true"/>
  <localRepository default-value="${localRepository}"/>
  <outputDir default-value="${project.build.outputDirectory}"/>
  <pluginDependencies default-value="${plugin.artifacts}"/>
  <project default-value="${project}"/>
  <session default-value="${session}"/>
  <skipEnunciate default-value="false">${enunciate.skip}</skipEnunciate>
  <source>${maven.compiler.source}</source>
  <target>${maven.compiler.target}</target>
  <webInfDirectory default-value="${basedir}/src/main/webapp/WEB-INF"/>
  <webappDirectory default-value="${project.build.directory}/${project.build.finalName}">${enunciate.webappDirectory}</webappDirectory>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal:          org.apache.maven.plugins:maven-resources-plugin:2.3:resources (default-resources)
[DEBUG] Style:         Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
  <encoding default-value="${project.build.sourceEncoding}">${encoding}</encoding>
  <escapeString>${maven.resources.escapeString}</escapeString>
  <filters>${project.build.filters}</filters>
  <includeEmptyDirs default-value="false">${maven.resources.includeEmptyDirs}</includeEmptyDirs>
  <outputDirectory>${project.build.outputDirectory}</outputDirectory>
  <overwrite default-value="false">${maven.resources.overwrite}</overwrite>
  <project>${project}</project>
  <resources>${project.resources}</resources>
  <session>${session}</session>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal:          org.apache.maven.plugins:maven-compiler-plugin:2.0.2:compile (default-compile)
[DEBUG] Style:         Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
  <basedir>${basedir}</basedir>
  <buildDirectory>${project.build.directory}</buildDirectory>
  <classpathElements>${project.compileClasspathElements}</classpathElements>
  <compileSourceRoots>${project.compileSourceRoots}</compileSourceRoots>
  <compilerId default-value="javac">${maven.compiler.compilerId}</compilerId>
  <compilerVersion>${maven.compiler.compilerVersion}</compilerVersion>
  <debug default-value="true">${maven.compiler.debug}</debug>
  <encoding>${maven.compiler.encoding}</encoding>
  <executable>${maven.compiler.executable}</executable>
  <failOnError default-value="true">${maven.compiler.failOnError}</failOnError>
  <fork default-value="false"/>
  <maxmem>${maven.compiler.maxmem}</maxmem>
  <meminitial>${maven.compiler.meminitial}</meminitial>
  <optimize default-value="false">${maven.compiler.optimize}</optimize>
  <outputDirectory>${project.build.outputDirectory}</outputDirectory>
  <outputFileName>${project.build.finalName}</outputFileName>
  <projectArtifact>${project.artifact}</projectArtifact>
  <showDeprecation default-value="false">${maven.compiler.showDeprecation}</showDeprecation>
  <showWarnings default-value="false">${maven.compiler.showWarnings}</showWarnings>
  <source>1.7</source>
  <staleMillis default-value="0">${lastModGranularityMs}</staleMillis>
  <target>1.7</target>
  <verbose default-value="false">${maven.compiler.verbose}</verbose>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal:          org.apache.maven.plugins:maven-resources-plugin:2.3:testResources (default-testResources)
[DEBUG] Style:         Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
  <encoding default-value="${project.build.sourceEncoding}">${encoding}</encoding>
  <escapeString>${maven.resources.escapeString}</escapeString>
  <filters>${project.build.filters}</filters>
  <includeEmptyDirs default-value="false">${maven.resources.includeEmptyDirs}</includeEmptyDirs>
  <outputDirectory>${project.build.testOutputDirectory}</outputDirectory>
  <overwrite default-value="false">${maven.resources.overwrite}</overwrite>
  <project>${project}</project>
  <resources>${project.testResources}</resources>
  <session>${session}</session>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal:          org.apache.maven.plugins:maven-compiler-plugin:2.0.2:testCompile (default-testCompile)
[DEBUG] Style:         Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
  <basedir>${basedir}</basedir>
  <buildDirectory>${project.build.directory}</buildDirectory>
  <classpathElements>${project.testClasspathElements}</classpathElements>
  <compileSourceRoots>${project.testCompileSourceRoots}</compileSourceRoots>
  <compilerId default-value="javac">${maven.compiler.compilerId}</compilerId>
  <compilerVersion>${maven.compiler.compilerVersion}</compilerVersion>
  <debug default-value="true">${maven.compiler.debug}</debug>
  <encoding>${maven.compiler.encoding}</encoding>
  <executable>${maven.compiler.executable}</executable>
  <failOnError default-value="true">${maven.compiler.failOnError}</failOnError>
  <fork default-value="false"/>
  <maxmem>${maven.compiler.maxmem}</maxmem>
  <meminitial>${maven.compiler.meminitial}</meminitial>
  <optimize default-value="false">${maven.compiler.optimize}</optimize>
  <outputDirectory>${project.build.testOutputDirectory}</outputDirectory>
  <outputFileName>${project.build.finalName}</outputFileName>
  <showDeprecation default-value="false">${maven.compiler.showDeprecation}</showDeprecation>
  <showWarnings default-value="false">${maven.compiler.showWarnings}</showWarnings>
  <skip>${maven.test.skip}</skip>
  <source>1.7</source>
  <staleMillis default-value="0">${lastModGranularityMs}</staleMillis>
  <target>1.7</target>
  <verbose default-value="false">${maven.compiler.verbose}</verbose>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal:          org.apache.maven.plugins:maven-surefire-plugin:2.10:test (default-test)
[DEBUG] Style:         Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
  <argLine>${argLine}</argLine>
  <basedir default-value="${basedir}"/>
  <childDelegation default-value="false">${childDelegation}</childDelegation>
  <classesDirectory default-value="${project.build.outputDirectory}"/>
  <debugForkedProcess>${maven.surefire.debug}</debugForkedProcess>
  <disableXmlReport default-value="false">${disableXmlReport}</disableXmlReport>
  <enableAssertions default-value="true">${enableAssertions}</enableAssertions>
  <excludedGroups>${excludedGroups}</excludedGroups>
  <failIfNoTests>${failIfNoTests}</failIfNoTests>
  <forkMode default-value="once">${forkMode}</forkMode>
  <forkedProcessTimeoutInSeconds>${surefire.timeout}</forkedProcessTimeoutInSeconds>
  <groups>${groups}</groups>
  <junitArtifactName default-value="junit:junit">${junitArtifactName}</junitArtifactName>
  <jvm>${jvm}</jvm>
  <localRepository>${localRepository}</localRepository>
  <objectFactory>${objectFactory}</objectFactory>
  <parallel>${parallel}</parallel>
  <parallelMavenExecution default-value="${session.parallel}"/>
  <perCoreThreadCount default-value="true">${perCoreThreadCount}</perCoreThreadCount>
  <pluginArtifactMap>${plugin.artifactMap}</pluginArtifactMap>
  <printSummary default-value="true">${surefire.printSummary}</printSummary>
  <project default-value="${project}"/>
  <projectArtifactMap>${project.artifactMap}</projectArtifactMap>
  <redirectTestOutputToFile default-value="false">${maven.test.redirectTestOutputToFile}</redirectTestOutputToFile>
  <remoteRepositories>${project.pluginArtifactRepositories}</remoteRepositories>
  <reportFormat default-value="brief">${surefire.reportFormat}</reportFormat>
  <reportNameSuffix default-value="">${surefire.reportNameSuffix}</reportNameSuffix>
  <reportsDirectory default-value="${project.build.directory}/surefire-reports"/>
  <runOrder default-value="filesystem"/>
  <session>${session}</session>
  <skip default-value="false">${maven.test.skip}</skip>
  <skipExec>${maven.test.skip.exec}</skipExec>
  <skipTests default-value="false">${skipTests}</skipTests>
  <test>${test}</test>
  <testClassesDirectory default-value="${project.build.testOutputDirectory}"/>
  <testFailureIgnore default-value="false">${maven.test.failure.ignore}</testFailureIgnore>
  <testNGArtifactName default-value="org.testng:testng">${testNGArtifactName}</testNGArtifactName>
  <testSourceDirectory default-value="${project.build.testSourceDirectory}"/>
  <threadCount>${threadCount}</threadCount>
  <trimStackTrace default-value="true">${trimStackTrace}</trimStackTrace>
  <useFile default-value="true">${surefire.useFile}</useFile>
  <useManifestOnlyJar default-value="true">${surefire.useManifestOnlyJar}</useManifestOnlyJar>
  <useSystemClassLoader default-value="true">${surefire.useSystemClassLoader}</useSystemClassLoader>
  <useUnlimitedThreads default-value="false">${useUnlimitedThreads}</useUnlimitedThreads>
  <workingDirectory>${basedir}</workingDirectory>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal:          org.apache.maven.plugins:maven-war-plugin:2.1.1:war (default-war)
[DEBUG] Style:         Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
  <archiveClasses default-value="false">${archiveClasses}</archiveClasses>
  <attachClasses default-value="false"/>
  <cacheFile default-value="${project.build.directory}/war/work/webapp-cache.xml"/>
  <classesClassifier default-value="classes"/>
  <classesDirectory default-value="${project.build.outputDirectory}"/>
  <containerConfigXML>${maven.war.containerConfigXML}</containerConfigXML>
  <escapeString>${maven.war.escapeString}</escapeString>
  <escapedBackslashesInFilePath default-value="false">${maven.war.escapedBackslashesInFilePath}</escapedBackslashesInFilePath>
  <failOnMissingWebXml default-value="true">${failOnMissingWebXml}</failOnMissingWebXml>
  <filteringDeploymentDescriptors default-value="false">${maven.war.filteringDeploymentDescriptors}</filteringDeploymentDescriptors>
  <outputDirectory default-value="${project.build.directory}"/>
  <primaryArtifact default-value="true">${primaryArtifact}</primaryArtifact>
  <project default-value="${project}"/>
  <session default-value="${session}"/>
  <useCache default-value="false">${useCache}</useCache>
  <warName default-value="${project.build.finalName}"/>
  <warSourceDirectory default-value="${basedir}/src/main/webapp"/>
  <warSourceIncludes default-value="**"/>
  <webXml>${maven.war.webxml}</webXml>
  <webappDirectory default-value="${project.build.directory}/${project.build.finalName}"/>
  <workDirectory default-value="${project.build.directory}/war/work"/>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal:          org.apache.maven.plugins:maven-install-plugin:2.3:install (default-install)
[DEBUG] Style:         Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
  <artifact default-value="${project.artifact}"/>
  <attachedArtifacts default-value="${project.attachedArtifacts}"/>
  <createChecksum default-value="false">${createChecksum}</createChecksum>
  <localRepository>${localRepository}</localRepository>
  <packaging default-value="${project.packaging}"/>
  <pomFile default-value="${project.file}"/>
  <updateReleaseInfo default-value="false">${updateReleaseInfo}</updateReleaseInfo>
</configuration>
[DEBUG] =======================================================================
[DEBUG] Skipped remote update check for br.com.myapplication:boxproject-core:1.0-SNAPSHOT/maven-metadata.xml, locally installed metadata up-to-date.
[DEBUG] Skipped remote update check for br.com.myapplication:boxproject-core:1.0-SNAPSHOT/maven-metadata.xml, locally installed metadata up-to-date.
[DEBUG] Skipped remote update check for br.com.myapplication:boxproject-core:1.0-SNAPSHOT/maven-metadata.xml, locally installed metadata up-to-date.
[DEBUG] Skipped remote update check for br.com.myapplication:boxproject-core:1.0-SNAPSHOT/maven-metadata.xml, locally installed metadata up-to-date.
[DEBUG] Skipped remote update check for br.com.myapplication:boxproject-core:1.0-SNAPSHOT/maven-metadata.xml, locally installed metadata up-to-date.
[DEBUG] Skipped remote update check for br.com.myapplication:boxproject-core:1.0-SNAPSHOT/maven-metadata.xml, locally installed metadata up-to-date.
[DEBUG] Skipped remote update check for br.com.myapplication:boxproject-core:1.0-SNAPSHOT/maven-metadata.xml, locally installed metadata up-to-date.
[DEBUG] Skipped remote update check for br.com.myapplication:boxproject-core:1.0-SNAPSHOT/maven-metadata.xml, locally installed metadata up-to-date.
[DEBUG] Skipped remote update check for br.com.myapplication:boxproject-core:1.0-SNAPSHOT/maven-metadata.xml, locally installed metadata up-to-date.
[DEBUG] Skipped remote update check for br.com.myapplication:boxproject-core:1.0-SNAPSHOT/maven-metadata.xml, locally installed metadata up-to-date.
[DEBUG] Skipped remote update check for br.com.myapplication:boxproject-core:1.0-SNAPSHOT/maven-metadata.xml, locally installed metadata up-to-date.
[DEBUG] Skipped remote update check for br.com.myapplication:boxproject-core:1.0-SNAPSHOT/maven-metadata.xml, locally installed metadata up-to-date.
[DEBUG] Skipped remote update check for br.com.myapplication:java-boxproject:1.0-SNAPSHOT/maven-metadata.xml, locally installed metadata up-to-date.
[DEBUG] Skipped remote update check for br.com.myapplication:java-boxproject:1.0-SNAPSHOT/maven-metadata.xml, locally installed metadata up-to-date.
[DEBUG] Skipped remote update check for br.com.myapplication:java-boxproject:1.0-SNAPSHOT/maven-metadata.xml, locally installed metadata up-to-date.
[DEBUG] Skipped remote update check for br.com.myapplication:java-boxproject:1.0-SNAPSHOT/maven-metadata.xml, locally installed metadata up-to-date.
[DEBUG] Skipped remote update check for br.com.myapplication:java-boxproject:1.0-SNAPSHOT/maven-metadata.xml, locally installed metadata up-to-date.
[DEBUG] Skipped remote update check for br.com.myapplication:java-boxproject:1.0-SNAPSHOT/maven-metadata.xml, locally installed metadata up-to-date.
[DEBUG] Skipped remote update check for br.com.myapplication:boxproject-widgets:1.0-SNAPSHOT/maven-metadata.xml, locally installed metadata up-to-date.
[DEBUG] Skipped remote update check for br.com.myapplication:boxproject-widgets:1.0-SNAPSHOT/maven-metadata.xml, locally installed metadata up-to-date.
[DEBUG] Skipped remote update check for br.com.myapplication:boxproject-widgets:1.0-SNAPSHOT/maven-metadata.xml, locally installed metadata up-to-date.
[DEBUG] Skipped remote update check for br.com.myapplication:boxproject-widgets:1.0-SNAPSHOT/maven-metadata.xml, locally installed metadata up-to-date.
[DEBUG] Skipped remote update check for br.com.myapplication:boxproject-widgets:1.0-SNAPSHOT/maven-metadata.xml, locally installed metadata up-to-date.
[DEBUG] Skipped remote update check for br.com.myapplication:boxproject-widgets:1.0-SNAPSHOT/maven-metadata.xml, locally installed metadata up-to-date.
[DEBUG] Skipped remote update check for br.com.myapplication:boxproject-widgets:1.0-SNAPSHOT/maven-metadata.xml, locally installed metadata up-to-date.
[DEBUG] Skipped remote update check for br.com.myapplication:boxproject-widgets:1.0-SNAPSHOT/maven-metadata.xml, locally installed metadata up-to-date.
[DEBUG] Skipped remote update check for br.com.myapplication:boxproject-widgets:1.0-SNAPSHOT/maven-metadata.xml, locally installed metadata up-to-date.
[DEBUG] Skipped remote update check for br.com.myapplication:boxproject-widgets:1.0-SNAPSHOT/maven-metadata.xml, locally installed metadata up-to-date.
[DEBUG] Skipped remote update check for br.com.myapplication:boxproject-widgets:1.0-SNAPSHOT/maven-metadata.xml, locally installed metadata up-to-date.
[DEBUG] Skipped remote update check for br.com.myapplication:boxproject-widgets:1.0-SNAPSHOT/maven-metadata.xml, locally installed metadata up-to-date.
[DEBUG] Skipped remote update check for br.com.myapplication:cad-jar:1.0-SNAPSHOT/maven-metadata.xml, locally installed metadata up-to-date.
[DEBUG] Skipped remote update check for br.com.myapplication:cad-jar:1.0-SNAPSHOT/maven-metadata.xml, locally installed metadata up-to-date.
[DEBUG] Skipped remote update check for br.com.myapplication:cad-jar:1.0-SNAPSHOT/maven-metadata.xml, locally installed metadata up-to-date.
[DEBUG] Skipped remote update check for br.com.myapplication:cad-jar:1.0-SNAPSHOT/maven-metadata.xml, locally installed metadata up-to-date.
[DEBUG] Skipped remote update check for br.com.myapplication:cad-jar:1.0-SNAPSHOT/maven-metadata.xml, locally installed metadata up-to-date.
[DEBUG] Skipped remote update check for br.com.myapplication:cad-jar:1.0-SNAPSHOT/maven-metadata.xml, locally installed metadata up-to-date.
[DEBUG] Skipped remote update check for br.com.myapplication:cad-jar:1.0-SNAPSHOT/maven-metadata.xml, locally installed metadata up-to-date.
[DEBUG] Skipped remote update check for br.com.myapplication:cad-jar:1.0-SNAPSHOT/maven-metadata.xml, locally installed metadata up-to-date.
[DEBUG] Skipped remote update check for br.com.myapplication:cad-jar:1.0-SNAPSHOT/maven-metadata.xml, locally installed metadata up-to-date.
[DEBUG] Skipped remote update check for br.com.myapplication:cad-jar:1.0-SNAPSHOT/maven-metadata.xml, locally installed metadata up-to-date.
[DEBUG] Skipped remote update check for br.com.myapplication:cad-jar:1.0-SNAPSHOT/maven-metadata.xml, locally installed metadata up-to-date.
[DEBUG] Skipped remote update check for br.com.myapplication:cad-jar:1.0-SNAPSHOT/maven-metadata.xml, locally installed metadata up-to-date.
[DEBUG] Skipped remote update check for br.com.myapplication:cad:1.0-SNAPSHOT/maven-metadata.xml, locally installed metadata up-to-date.
[DEBUG] Skipped remote update check for br.com.myapplication:cad:1.0-SNAPSHOT/maven-metadata.xml, locally installed metadata up-to-date.
[DEBUG] Skipped remote update check for br.com.myapplication:cad:1.0-SNAPSHOT/maven-metadata.xml, locally installed metadata up-to-date.
[DEBUG] Skipped remote update check for br.com.myapplication:cad:1.0-SNAPSHOT/maven-metadata.xml, locally installed metadata up-to-date.
[DEBUG] Skipped remote update check for br.com.myapplication:cad:1.0-SNAPSHOT/maven-metadata.xml, locally installed metadata up-to-date.
[DEBUG] Skipped remote update check for br.com.myapplication:cad:1.0-SNAPSHOT/maven-metadata.xml, locally installed metadata up-to-date.
[DEBUG] Skipped remote update check for br.com.myapplication:boxproject-shared:1.0-SNAPSHOT/maven-metadata.xml, locally installed metadata up-to-date.
[DEBUG] Skipped remote update check for br.com.myapplication:boxproject-shared:1.0-SNAPSHOT/maven-metadata.xml, locally installed metadata up-to-date.
[DEBUG] Skipped remote update check for br.com.myapplication:boxproject-shared:1.0-SNAPSHOT/maven-metadata.xml, locally installed metadata up-to-date.
[DEBUG] Skipped remote update check for br.com.myapplication:boxproject-shared:1.0-SNAPSHOT/maven-metadata.xml, locally installed metadata up-to-date.
[DEBUG] Skipped remote update check for br.com.myapplication:boxproject-shared:1.0-SNAPSHOT/maven-metadata.xml, locally installed metadata up-to-date.
[DEBUG] Skipped remote update check for br.com.myapplication:boxproject-shared:1.0-SNAPSHOT/maven-metadata.xml, locally installed metadata up-to-date.
[DEBUG] Skipped remote update check for br.com.myapplication:boxproject-shared:1.0-SNAPSHOT/maven-metadata.xml, locally installed metadata up-to-date.
[DEBUG] Skipped remote update check for br.com.myapplication:boxproject-shared:1.0-SNAPSHOT/maven-metadata.xml, locally installed metadata up-to-date.
[DEBUG] Skipped remote update check for br.com.myapplication:boxproject-shared:1.0-SNAPSHOT/maven-metadata.xml, locally installed metadata up-to-date.
[DEBUG] Skipped remote update check for br.com.myapplication:boxproject-shared:1.0-SNAPSHOT/maven-metadata.xml, locally installed metadata up-to-date.
[DEBUG] Skipped remote update check for br.com.myapplication:boxproject-shared:1.0-SNAPSHOT/maven-metadata.xml, locally installed metadata up-to-date.
[DEBUG] Skipped remote update check for br.com.myapplication:boxproject-shared:1.0-SNAPSHOT/maven-metadata.xml, locally installed metadata up-to-date.
[DEBUG] br.com.myapplication:cad-war:war:1.0-SNAPSHOT
[DEBUG]    br.com.myapplication:myapplication-core:jar:1.0.35:compile
[DEBUG]    br.com.myapplication:myapplication-taglib:jar:1.1.11:compile
[DEBUG]    br.com.myapplication:database-metadata-discovery:jar:1.1.4:compile
[DEBUG]    br.com.myapplication:boxproject-core:jar:1.0-SNAPSHOT:compile
[DEBUG]       org.springframework:spring-context-myapplication:jar:3.2.14.RELEASE:provided (scope managed from compile by br.com.myapplication:java-boxproject:1.0-SNAPSHOT)
[DEBUG]       org.springframework:spring-tx:jar:3.2.14.RELEASE:provided (scope managed from compile by br.com.myapplication:java-boxproject:1.0-SNAPSHOT)
[DEBUG]       opensymphony:quartz-all:jar:1.6.3:provided (scope managed from compile by br.com.myapplication:java-boxproject:1.0-SNAPSHOT)
[DEBUG]       com.sromku.polygon:polygon:jar:1.0:compile
[DEBUG]    br.com.myapplication:cad-jar:jar:1.0-SNAPSHOT:compile
[DEBUG]    br.com.myapplication:boxproject-shared:war:1.0-SNAPSHOT:runtime
[DEBUG]    br.com.myapplication:boxproject-widgets:jar:1.0-SNAPSHOT:compile
[DEBUG]    org.springframework:spring-context:jar:3.2.14.RELEASE:provided
[DEBUG]       org.springframework:spring-aop:jar:3.2.14.RELEASE:provided
[DEBUG]       org.springframework:spring-beans:jar:3.2.14.RELEASE:provided (scope managed from compile by br.com.myapplication:java-boxproject:1.0-SNAPSHOT)
[DEBUG]       org.springframework:spring-core:jar:3.2.14.RELEASE:provided (scope managed from compile by br.com.myapplication:java-boxproject:1.0-SNAPSHOT)
[DEBUG]       org.springframework:spring-expression:jar:3.2.14.RELEASE:provided
[DEBUG]    org.springframework:spring-webmvc:jar:3.2.14.RELEASE:provided
[DEBUG]    org.springframework:spring-orm:jar:3.2.14.RELEASE:provided
[DEBUG]    org.springframework:spring-jdbc:jar:3.2.14.RELEASE:provided
[DEBUG]    org.springframework:spring-web:jar:3.2.14.RELEASE:provided
[DEBUG]    org.springframework:spring-test:jar:3.2.14.RELEASE:test
[DEBUG]    org.springframework:spring-asm:jar:3.1.4.RELEASE:provided
[DEBUG]    org.springframework:spring-oxm:jar:3.2.14.RELEASE:provided
[DEBUG]    org.springframework.security:spring-security-core:jar:3.2.8.RELEASE:provided
[DEBUG]       aopalliance:aopalliance:jar:1.0:provided
[DEBUG]    org.springframework.security:spring-security-crypto:jar:3.2.8.RELEASE:provided
[DEBUG]    org.codehaus.jackson:jackson-mapper-asl:jar:1.9.13:provided
[DEBUG]       org.codehaus.jackson:jackson-core-asl:jar:1.9.13:provided (scope managed from compile by br.com.myapplication:java-boxproject:1.0-SNAPSHOT)
[DEBUG]    org.hibernate:hibernate-core:jar:4.2.0.Final:provided
[DEBUG]       antlr:antlr:jar:2.7.7:provided
[DEBUG]       org.jboss.logging:jboss-logging:jar:3.1.0.GA:provided
[DEBUG]       org.jboss.spec.javax.transaction:jboss-transaction-api_1.1_spec:jar:1.0.0.Final:provided
[DEBUG]       dom4j:dom4j:jar:1.6.1:provided
[DEBUG]       org.hibernate.javax.persistence:hibernate-jpa-2.0-api:jar:1.0.1.Final:provided
[DEBUG]       org.javassist:javassist:jar:3.15.0-GA:provided
[DEBUG]       org.hibernate.common:hibernate-commons-annotations:jar:4.0.1.Final:provided
[DEBUG]    org.hibernate:hibernate-entitymanager:jar:4.2.0.Final:provided
[DEBUG]    org.hibernate:hibernate-validator:jar:4.2.0.Final:provided
[DEBUG]       javax.validation:validation-api:jar:1.0.0.GA:compile
[DEBUG]       org.slf4j:slf4j-api:jar:1.6.1:provided (scope managed from compile by br.com.myapplication:java-boxproject:1.0-SNAPSHOT)
[DEBUG]    org.hibernate:hibernate-c3p0:jar:4.2.0.Final:provided
[DEBUG]       c3p0:c3p0:jar:0.9.1:provided
[DEBUG]    commons-dbcp:commons-dbcp:jar:20030825.184428:provided
[DEBUG]    commons-pool:commons-pool:jar:1.5.6:provided
[DEBUG]    commons-lang:commons-lang:jar:2.6:provided
[DEBUG]    org.apache.commons:commons-collections4:jar:4.0:provided
[DEBUG]    postgresql:postgresql:jar:9.1-901.jdbc4:provided
[DEBUG]    com.oracle:ojdbc6:jar:11.2.0.2.0:provided
[DEBUG]    cglib:cglib-nodep:jar:2.2.2:provided
[DEBUG]    javax:javaee-web-api:jar:6.0:provided
[DEBUG]    javax.servlet:jstl:jar:1.2:provided
[DEBUG]    opensymphony:sitemesh:jar:2.4.2:compile
[DEBUG]    junit:junit:jar:4.11:test
[DEBUG]       org.hamcrest:hamcrest-core:jar:1.3:test
[DEBUG]    org.mockito:mockito-all:jar:1.8.4:test
[DEBUG]    org.jboss.resteasy:resteasy-jaxrs:jar:3.0.6.Final:provided
[DEBUG]       org.jboss.resteasy:jaxrs-api:jar:3.0.6.Final:provided
[DEBUG]       org.scannotation:scannotation:jar:1.0.3:provided
[DEBUG]       org.jboss.spec.javax.annotation:jboss-annotations-api_1.1_spec:jar:1.0.1.Final:provided
[DEBUG]       javax.activation:activation:jar:1.1:provided
[DEBUG]       org.apache.httpcomponents:httpclient:jar:4.2.1:provided (scope managed from compile by br.com.myapplication:java-boxproject:1.0-SNAPSHOT)
[DEBUG]          org.apache.httpcomponents:httpcore:jar:4.2.1:provided
[DEBUG]          commons-codec:commons-codec:jar:1.5:provided (scope managed from compile by br.com.myapplication:java-boxproject:1.0-SNAPSHOT) (version managed from 1.6 by br.com.myapplication:java-boxproject:1.0-SNAPSHOT)
[DEBUG]       commons-io:commons-io:jar:1.3.2:provided (scope managed from compile by br.com.myapplication:java-boxproject:1.0-SNAPSHOT) (version managed from 2.1 by br.com.myapplication:java-boxproject:1.0-SNAPSHOT)
[DEBUG]       net.jcip:jcip-annotations:jar:1.0:provided
[DEBUG]    org.jboss.resteasy:resteasy-spring:jar:3.0.6.Final:provided
[DEBUG]       org.jboss.resteasy:resteasy-jettison-provider:jar:3.0.6.Final:provided
[DEBUG]          org.jboss.resteasy:resteasy-jaxb-provider:jar:3.0.6.Final:provided
[DEBUG]             com.sun.xml.bind:jaxb-impl:jar:2.2.7:provided
[DEBUG]                com.sun.xml.bind:jaxb-core:jar:2.2.7:provided
[DEBUG]                   javax.xml.bind:jaxb-api:jar:2.2.7:provided
[DEBUG]                   com.sun.istack:istack-commons-runtime:jar:2.16:provided
[DEBUG]                com.sun.xml.fastinfoset:FastInfoset:jar:1.2.12:provided
[DEBUG]                   javax.xml.bind:jsr173_api:jar:1.0:provided
[DEBUG]          org.codehaus.jettison:jettison:jar:1.3.2:provided
[DEBUG]    com.vaadin:vaadin-server:jar:7.4.3:provided
[DEBUG]    com.vaadin:vaadin-client-compiled:jar:7.4.3:provided
[DEBUG]    com.vaadin:vaadin-client:jar:7.4.3:provided
[DEBUG]       com.vaadin:vaadin-shared:jar:7.4.3:provided
[DEBUG]          com.vaadin.external.flute:flute:jar:1.3.0.gg2:provided
[DEBUG]          com.vaadin.external.streamhtmlparser:streamhtmlparser-jsilver:jar:0.0.10.vaadin1:provided
[DEBUG]          com.vaadin.external.google:guava:jar:16.0.1.vaadin1:provided
[DEBUG]       org.w3c.css:sac:jar:1.3:provided
[DEBUG]       javax.validation:validation-api:jar:sources:1.0.0.GA:compile
[DEBUG]    com.vaadin:vaadin-themes:jar:7.4.3:provided
[DEBUG]    org.vaadin.addon:confirmdialog:jar:2.1.2:provided
[DEBUG]    ru.xpoft.vaadin:spring-vaadin-integration:jar:3.0.1:compile
[DEBUG]    org.reflections:reflections:jar:0.9.9-RC1:provided
[DEBUG]       com.google.guava:guava:jar:11.0.2:provided
[DEBUG]          com.google.code.findbugs:jsr305:jar:1.3.9:provided
[DEBUG]    org.jsoup:jsoup:jar:1.7.1:provided
[DEBUG]    com.webcohesion.enunciate:enunciate-core:jar:2.0.0-RC.1:compile
[DEBUG]       com.webcohesion.enunciate:enunciate-core-annotations:jar:2.0.0-RC.1:compile
[DEBUG]       commons-configuration:commons-configuration:jar:1.10:provided (scope managed from compile by br.com.myapplication:java-boxproject:1.0-SNAPSHOT)
[DEBUG]       commons-collections:commons-collections:jar:3.2.1:provided (scope managed from compile by br.com.myapplication:java-boxproject:1.0-SNAPSHOT)
[DEBUG]       commons-logging:commons-logging:jar:1.2:compile
[DEBUG]       io.reactivex:rxjava:jar:1.0.9:compile
[DEBUG]       org.jgrapht:jgrapht-core:jar:0.9.1:compile
[DEBUG]    com.webcohesion.enunciate:enunciate-javac-myapplication:jar:2.0.0-RC.1:compile
[DEBUG]       com.sun:tools:jar:local:system
[DEBUG]    com.webcohesion.enunciate:enunciate-docs:jar:2.0.0-RC.1:compile
[DEBUG]       org.freemarker:freemarker:jar:2.3.22:compile
[DEBUG]       com.fasterxml.jackson.core:jackson-databind:jar:2.1.4:provided (scope managed from compile by br.com.myapplication:java-boxproject:1.0-SNAPSHOT) (version managed from 2.5.3 by br.com.myapplication:java-boxproject:1.0-SNAPSHOT)
[DEBUG]          com.fasterxml.jackson.core:jackson-annotations:jar:2.1.4:provided
[DEBUG]          com.fasterxml.jackson.core:jackson-core:jar:2.1.4:provided (scope managed from compile by br.com.myapplication:java-boxproject:1.0-SNAPSHOT)
[DEBUG]    com.webcohesion.enunciate:enunciate-top:jar:2.0.0-RC.1:compile
[DEBUG]       com.webcohesion.enunciate:enunciate-jaxb:jar:2.0.0-RC.1:compile
[DEBUG]       com.webcohesion.enunciate:enunciate-jackson:jar:2.0.0-RC.1:compile
[DEBUG]       com.webcohesion.enunciate:enunciate-jackson1:jar:2.0.0-RC.1:compile
[DEBUG]          org.codehaus.jackson:jackson-jaxrs:jar:1.9.13:compile
[DEBUG]       com.webcohesion.enunciate:enunciate-jaxrs:jar:2.0.0-RC.1:compile
[DEBUG]          javax.ws.rs:javax.ws.rs-api:jar:2.0.1:compile
[DEBUG]       com.webcohesion.enunciate:enunciate-jaxws:jar:2.0.0-RC.1:compile
[DEBUG]       com.webcohesion.enunciate:enunciate-idl:jar:2.0.0-RC.1:compile
[DEBUG]       com.webcohesion.enunciate:enunciate-java-xml-client:jar:2.0.0-RC.1:compile
[DEBUG]       com.webcohesion.enunciate:enunciate-java-json-client:jar:2.0.0-RC.1:compile
[DEBUG]       com.webcohesion.enunciate:enunciate-csharp-xml-client:jar:2.0.0-RC.1:compile
[DEBUG]       com.webcohesion.enunciate:enunciate-c-xml-client:jar:2.0.0-RC.1:compile
[DEBUG]       com.webcohesion.enunciate:enunciate-obj-c-xml-client:jar:2.0.0-RC.1:compile
[DEBUG]       com.webcohesion.enunciate:enunciate-php-xml-client:jar:2.0.0-RC.1:compile
[DEBUG]       com.webcohesion.enunciate:enunciate-php-json-client:jar:2.0.0-RC.1:compile
[DEBUG]       com.webcohesion.enunciate:enunciate-ruby-json-client:jar:2.0.0-RC.1:compile
[DEBUG]       com.webcohesion.enunciate:enunciate-gwt-json-overlay:jar:2.0.0-RC.1:compile
[DEBUG]          com.google.gwt:gwt-user:jar:2.7.0:compile
[DEBUG]       com.webcohesion.enunciate:enunciate-swagger:jar:2.0.0-RC.1:compile
[DEBUG]    org.projectlombok:lombok:jar:1.14.8:provided
[DEBUG]    log4j:log4j:jar:1.2.16:provided
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ cad-war ---
[DEBUG] Created new class realm maven.api
[DEBUG] Importing foreign packages into class realm maven.api
[DEBUG]   Imported: org.apache.maven.wagon.events < plexus.core
[DEBUG]   Imported: org.sonatype.aether.transfer < plexus.core
[DEBUG]   Imported: org.apache.maven.exception < plexus.core
[DEBUG]   Imported: org.sonatype.aether.metadata < plexus.core
[DEBUG]   Imported: org.codehaus.plexus.util.xml.Xpp3Dom < plexus.core
[DEBUG]   Imported: org.sonatype.aether.collection < plexus.core
[DEBUG]   Imported: org.sonatype.aether.version < plexus.core
[DEBUG]   Imported: org.apache.maven.monitor < plexus.core
[DEBUG]   Imported: org.apache.maven.wagon.repository < plexus.core
[DEBUG]   Imported: org.apache.maven.repository < plexus.core
[DEBUG]   Imported: org.apache.maven.wagon.resource < plexus.core
[DEBUG]   Imported: org.codehaus.plexus.logging < plexus.core
[DEBUG]   Imported: org.apache.maven.profiles < plexus.core
[DEBUG]   Imported: org.sonatype.aether.repository < plexus.core
[DEBUG]   Imported: org.apache.maven.classrealm < plexus.core
[DEBUG]   Imported: org.apache.maven.execution < plexus.core
[DEBUG]   Imported: org.sonatype.aether.artifact < plexus.core
[DEBUG]   Imported: org.sonatype.aether.spi < plexus.core
[DEBUG]   Imported: org.apache.maven.reporting < plexus.core
[DEBUG]   Imported: org.apache.maven.usability < plexus.core
[DEBUG]   Imported: org.codehaus.plexus.container < plexus.core
[DEBUG]   Imported: org.codehaus.plexus.component < plexus.core
[DEBUG]   Imported: org.codehaus.plexus.util.xml.pull.XmlSerializer < plexus.core
[DEBUG]   Imported: org.apache.maven.wagon.authentication < plexus.core
[DEBUG]   Imported: org.apache.maven.lifecycle < plexus.core
[DEBUG]   Imported: org.codehaus.plexus.classworlds < plexus.core
[DEBUG]   Imported: org.sonatype.aether.graph < plexus.core
[DEBUG]   Imported: org.sonatype.aether.* < plexus.core
[DEBUG]   Imported: org.apache.maven.settings < plexus.core
[DEBUG]   Imported: org.codehaus.classworlds < plexus.core
[DEBUG]   Imported: org.sonatype.aether.impl < plexus.core
[DEBUG]   Imported: org.apache.maven.wagon.* < plexus.core
[DEBUG]   Imported: org.apache.maven.toolchain < plexus.core
[DEBUG]   Imported: org.sonatype.aether.deployment < plexus.core
[DEBUG]   Imported: org.apache.maven.wagon.observers < plexus.core
[DEBUG]   Imported: org.codehaus.plexus.util.xml.pull.XmlPullParserException < plexus.core
[DEBUG]   Imported: org.codehaus.plexus.util.xml.pull.XmlPullParser < plexus.core
[DEBUG]   Imported: org.apache.maven.configuration < plexus.core
[DEBUG]   Imported: org.apache.maven.cli < plexus.core
[DEBUG]   Imported: org.sonatype.aether.installation < plexus.core
[DEBUG]   Imported: org.codehaus.plexus.context < plexus.core
[DEBUG]   Imported: org.apache.maven.wagon.authorization < plexus.core
[DEBUG]   Imported: org.apache.maven.project < plexus.core
[DEBUG]   Imported: org.apache.maven.rtinfo < plexus.core
[DEBUG]   Imported: org.codehaus.plexus.lifecycle < plexus.core
[DEBUG]   Imported: org.codehaus.plexus.configuration < plexus.core
[DEBUG]   Imported: org.apache.maven.artifact < plexus.core
[DEBUG]   Imported: org.apache.maven.model < plexus.core
[DEBUG]   Imported: org.apache.maven.* < plexus.core
[DEBUG]   Imported: org.apache.maven.wagon.proxy < plexus.core
[DEBUG]   Imported: org.sonatype.aether.resolution < plexus.core
[DEBUG]   Imported: org.apache.maven.plugin < plexus.core
[DEBUG]   Imported: org.codehaus.plexus.* < plexus.core
[DEBUG]   Imported: org.codehaus.plexus.personality < plexus.core
[DEBUG] Populating class realm maven.api
[DEBUG] org.apache.maven.plugins:maven-clean-plugin:jar:2.5:
[DEBUG]    org.apache.maven:maven-plugin-api:jar:2.0.6:compile
[DEBUG]    org.codehaus.plexus:plexus-utils:jar:3.0:compile
[DEBUG] Created new class realm plugin>org.apache.maven.plugins:maven-clean-plugin:2.5
[DEBUG] Importing foreign packages into class realm plugin>org.apache.maven.plugins:maven-clean-plugin:2.5
[DEBUG]   Imported:  < maven.api
[DEBUG] Populating class realm plugin>org.apache.maven.plugins:maven-clean-plugin:2.5
[DEBUG]   Included: org.apache.maven.plugins:maven-clean-plugin:jar:2.5
[DEBUG]   Included: org.codehaus.plexus:plexus-utils:jar:3.0
[DEBUG]   Excluded: org.apache.maven:maven-plugin-api:jar:2.0.6
[DEBUG] Configuring mojo org.apache.maven.plugins:maven-clean-plugin:2.5:clean from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-clean-plugin:2.5, parent: sun.misc.Launcher$AppClassLoader@234f79cb]
[DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-clean-plugin:2.5:clean' with basic configurator -->
[DEBUG]   (f) directory = /home/hdias/workspace/java-boxproject/cad/war/target
[DEBUG]   (f) excludeDefaultDirectories = false
[DEBUG]   (f) failOnError = true
[DEBUG]   (f) followSymLinks = false
[DEBUG]   (f) outputDirectory = /home/hdias/workspace/java-boxproject/cad/war/target/classes
[DEBUG]   (f) reportDirectory = /home/hdias/workspace/java-boxproject/cad/war/target/site
[DEBUG]   (f) retryOnError = true
[DEBUG]   (f) skip = false
[DEBUG]   (f) testOutputDirectory = /home/hdias/workspace/java-boxproject/cad/war/target/test-classes
[DEBUG] -- end configuration --
[INFO] Deleting /home/hdias/workspace/java-boxproject/cad/war/target
[INFO] Deleting file /home/hdias/workspace/java-boxproject/cad/war/target/enunciate/enunciateConfig5659794456396359452.xml
[INFO] Deleting directory /home/hdias/workspace/java-boxproject/cad/war/target/enunciate
[INFO] Deleting directory /home/hdias/workspace/java-boxproject/cad/war/target
[DEBUG] Skipping non-existing directory /home/hdias/workspace/java-boxproject/cad/war/target/classes
[DEBUG] Skipping non-existing directory /home/hdias/workspace/java-boxproject/cad/war/target/test-classes
[DEBUG] Skipping non-existing directory /home/hdias/workspace/java-boxproject/cad/war/target/site
[INFO] 
[INFO] --- enunciate-maven-plugin:2.0.0-RC.1:assemble (assemble) @ cad-war ---
[DEBUG] com.webcohesion.enunciate:enunciate-maven-plugin:jar:2.0.0-RC.1:
[DEBUG]    com.webcohesion.enunciate:enunciate-slim-maven-plugin:jar:2.0.0-RC.1:compile
[DEBUG]    org.apache.maven.enforcer:enforcer-api:jar:1.4:compile
[DEBUG]       org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9:compile
[DEBUG]          junit:junit:jar:3.8.1:compile
[DEBUG]          classworlds:classworlds:jar:1.1-alpha-2:compile
[DEBUG]    org.apache.maven.plugins:maven-install-plugin:jar:2.5.2:compile
[DEBUG]       org.apache.maven:maven-model:jar:2.2.1:compile
[DEBUG]       org.apache.maven:maven-artifact-manager:jar:2.2.1:compile
[DEBUG]          org.apache.maven:maven-repository-metadata:jar:2.2.1:compile
[DEBUG]          backport-util-concurrent:backport-util-concurrent:jar:3.1:compile
[DEBUG]       commons-codec:commons-codec:jar:1.6:compile
[DEBUG]       org.apache.maven.shared:maven-shared-utils:jar:0.4:compile
[DEBUG]          com.google.code.findbugs:jsr305:jar:2.0.1:compile
[DEBUG]    org.apache.maven.plugins:maven-deploy-plugin:jar:2.8.2:compile
[DEBUG]    org.apache.maven:maven-plugin-api:jar:2.2.1:compile
[DEBUG]    org.apache.maven:maven-project:jar:2.2.1:compile
[DEBUG]       org.apache.maven:maven-settings:jar:2.2.1:compile
[DEBUG]       org.apache.maven:maven-profile:jar:2.2.1:compile
[DEBUG]       org.apache.maven:maven-plugin-registry:jar:2.2.1:compile
[DEBUG]    org.apache.maven:maven-artifact:jar:2.2.1:compile
[DEBUG]    org.apache.maven.shared:maven-filtering:jar:1.3:compile
[DEBUG]       org.apache.maven:maven-core:jar:2.2.1:compile
[DEBUG]          org.apache.maven:maven-plugin-parameter-documenter:jar:2.2.1:compile
[DEBUG]          org.slf4j:slf4j-jdk14:jar:1.5.6:runtime
[DEBUG]             org.slf4j:slf4j-api:jar:1.5.6:runtime
[DEBUG]          org.slf4j:jcl-over-slf4j:jar:1.5.6:runtime
[DEBUG]          org.apache.maven.reporting:maven-reporting-api:jar:2.2.1:compile
[DEBUG]             org.apache.maven.doxia:doxia-sink-api:jar:1.1:compile
[DEBUG]             org.apache.maven.doxia:doxia-logging-api:jar:1.1:compile
[DEBUG]          org.apache.maven:maven-error-diagnostics:jar:2.2.1:compile
[DEBUG]          commons-cli:commons-cli:jar:1.2:compile
[DEBUG]          org.apache.maven:maven-plugin-descriptor:jar:2.2.1:compile
[DEBUG]          org.codehaus.plexus:plexus-interactivity-api:jar:1.0-alpha-4:compile
[DEBUG]          org.apache.maven:maven-monitor:jar:2.2.1:compile
[DEBUG]          org.sonatype.plexus:plexus-sec-dispatcher:jar:1.3:compile
[DEBUG]             org.sonatype.plexus:plexus-cipher:jar:1.4:compile
[DEBUG]       org.sonatype.plexus:plexus-build-api:jar:0.0.4:compile
[DEBUG]    org.codehaus.plexus:plexus-utils:jar:3.0.22:compile
[DEBUG]    org.codehaus.plexus:plexus-interpolation:jar:1.22:compile
[DEBUG]    commons-collections:commons-collections:jar:3.2.1:compile
[DEBUG]    com.webcohesion.enunciate:enunciate-core:jar:2.0.0-RC.1:compile
[DEBUG]       com.webcohesion.enunciate:enunciate-core-annotations:jar:2.0.0-RC.1:compile
[DEBUG]       com.webcohesion.enunciate:enunciate-javac-myapplication:jar:2.0.0-RC.1:compile
[DEBUG]          com.sun:tools:jar:local:system
[DEBUG]       commons-configuration:commons-configuration:jar:1.10:compile
[DEBUG]          commons-lang:commons-lang:jar:2.6:compile
[DEBUG]       commons-logging:commons-logging:jar:1.2:compile
[DEBUG]       io.reactivex:rxjava:jar:1.0.9:compile
[DEBUG]       org.jgrapht:jgrapht-core:jar:0.9.1:compile
[DEBUG]       org.reflections:reflections:jar:0.9.9:compile
[DEBUG]          com.google.guava:guava:jar:15.0:compile
[DEBUG]          org.javassist:javassist:jar:3.18.2-GA:compile
[DEBUG]          com.google.code.findbugs:annotations:jar:2.0.1:compile
[DEBUG]    com.webcohesion.enunciate:enunciate-top:jar:2.0.0-RC.1:compile
[DEBUG]       com.webcohesion.enunciate:enunciate-jaxb:jar:2.0.0-RC.1:compile
[DEBUG]       com.webcohesion.enunciate:enunciate-jackson:jar:2.0.0-RC.1:compile
[DEBUG]          com.fasterxml.jackson.core:jackson-databind:jar:2.5.3:compile
[DEBUG]             com.fasterxml.jackson.core:jackson-annotations:jar:2.5.3:compile (version managed from 2.5.0)
[DEBUG]             com.fasterxml.jackson.core:jackson-core:jar:2.5.3:compile
[DEBUG]       com.webcohesion.enunciate:enunciate-jackson1:jar:2.0.0-RC.1:compile
[DEBUG]          org.codehaus.jackson:jackson-jaxrs:jar:1.9.13:compile
[DEBUG]             org.codehaus.jackson:jackson-core-asl:jar:1.9.13:compile
[DEBUG]             org.codehaus.jackson:jackson-mapper-asl:jar:1.9.13:compile
[DEBUG]       com.webcohesion.enunciate:enunciate-jaxrs:jar:2.0.0-RC.1:compile
[DEBUG]          javax.ws.rs:javax.ws.rs-api:jar:2.0.1:compile
[DEBUG]       com.webcohesion.enunciate:enunciate-jaxws:jar:2.0.0-RC.1:compile
[DEBUG]       com.webcohesion.enunciate:enunciate-docs:jar:2.0.0-RC.1:compile
[DEBUG]          org.freemarker:freemarker:jar:2.3.22:compile
[DEBUG]       com.webcohesion.enunciate:enunciate-idl:jar:2.0.0-RC.1:compile
[DEBUG]       com.webcohesion.enunciate:enunciate-java-xml-client:jar:2.0.0-RC.1:compile
[DEBUG]       com.webcohesion.enunciate:enunciate-java-json-client:jar:2.0.0-RC.1:compile
[DEBUG]       com.webcohesion.enunciate:enunciate-csharp-xml-client:jar:2.0.0-RC.1:compile
[DEBUG]       com.webcohesion.enunciate:enunciate-c-xml-client:jar:2.0.0-RC.1:compile
[DEBUG]       com.webcohesion.enunciate:enunciate-obj-c-xml-client:jar:2.0.0-RC.1:compile
[DEBUG]       com.webcohesion.enunciate:enunciate-php-xml-client:jar:2.0.0-RC.1:compile
[DEBUG]       com.webcohesion.enunciate:enunciate-php-json-client:jar:2.0.0-RC.1:compile
[DEBUG]       com.webcohesion.enunciate:enunciate-ruby-json-client:jar:2.0.0-RC.1:compile
[DEBUG]       com.webcohesion.enunciate:enunciate-gwt-json-overlay:jar:2.0.0-RC.1:compile
[DEBUG]          com.google.gwt:gwt-user:jar:2.7.0:compile
[DEBUG]             javax.validation:validation-api:jar:1.0.0.GA:compile
[DEBUG]             javax.validation:validation-api:jar:sources:1.0.0.GA:compile
[DEBUG]       com.webcohesion.enunciate:enunciate-swagger:jar:2.0.0-RC.1:compile
[DEBUG] Created new class realm plugin>com.webcohesion.enunciate:enunciate-maven-plugin:2.0.0-RC.1
[DEBUG] Importing foreign packages into class realm plugin>com.webcohesion.enunciate:enunciate-maven-plugin:2.0.0-RC.1
[DEBUG]   Imported:  < maven.api
[DEBUG] Populating class realm plugin>com.webcohesion.enunciate:enunciate-maven-plugin:2.0.0-RC.1
[DEBUG]   Included: com.webcohesion.enunciate:enunciate-maven-plugin:jar:2.0.0-RC.1
[DEBUG]   Included: com.webcohesion.enunciate:enunciate-slim-maven-plugin:jar:2.0.0-RC.1
[DEBUG]   Included: org.apache.maven.enforcer:enforcer-api:jar:1.4
[DEBUG]   Included: junit:junit:jar:3.8.1
[DEBUG]   Included: org.apache.maven.plugins:maven-install-plugin:jar:2.5.2
[DEBUG]   Included: backport-util-concurrent:backport-util-concurrent:jar:3.1
[DEBUG]   Included: commons-codec:commons-codec:jar:1.6
[DEBUG]   Included: org.apache.maven.shared:maven-shared-utils:jar:0.4
[DEBUG]   Included: com.google.code.findbugs:jsr305:jar:2.0.1
[DEBUG]   Included: org.apache.maven.plugins:maven-deploy-plugin:jar:2.8.2
[DEBUG]   Included: org.apache.maven.shared:maven-filtering:jar:1.3
[DEBUG]   Included: org.slf4j:slf4j-jdk14:jar:1.5.6
[DEBUG]   Included: org.slf4j:slf4j-api:jar:1.5.6
[DEBUG]   Included: org.slf4j:jcl-over-slf4j:jar:1.5.6
[DEBUG]   Included: org.apache.maven.reporting:maven-reporting-api:jar:2.2.1
[DEBUG]   Included: org.apache.maven.doxia:doxia-sink-api:jar:1.1
[DEBUG]   Included: org.apache.maven.doxia:doxia-logging-api:jar:1.1
[DEBUG]   Included: commons-cli:commons-cli:jar:1.2
[DEBUG]   Included: org.codehaus.plexus:plexus-interactivity-api:jar:1.0-alpha-4
[DEBUG]   Included: org.sonatype.plexus:plexus-sec-dispatcher:jar:1.3
[DEBUG]   Included: org.sonatype.plexus:plexus-cipher:jar:1.4
[DEBUG]   Included: org.sonatype.plexus:plexus-build-api:jar:0.0.4
[DEBUG]   Included: org.codehaus.plexus:plexus-utils:jar:3.0.22
[DEBUG]   Included: org.codehaus.plexus:plexus-interpolation:jar:1.22
[DEBUG]   Included: commons-collections:commons-collections:jar:3.2.1
[DEBUG]   Included: com.webcohesion.enunciate:enunciate-core:jar:2.0.0-RC.1
[DEBUG]   Included: com.webcohesion.enunciate:enunciate-core-annotations:jar:2.0.0-RC.1
[DEBUG]   Included: com.webcohesion.enunciate:enunciate-javac-myapplication:jar:2.0.0-RC.1
[DEBUG]   Included: com.sun:tools:jar:local
[DEBUG]   Included: commons-configuration:commons-configuration:jar:1.10
[DEBUG]   Included: commons-lang:commons-lang:jar:2.6
[DEBUG]   Included: commons-logging:commons-logging:jar:1.2
[DEBUG]   Included: io.reactivex:rxjava:jar:1.0.9
[DEBUG]   Included: org.jgrapht:jgrapht-core:jar:0.9.1
[DEBUG]   Included: org.reflections:reflections:jar:0.9.9
[DEBUG]   Included: com.google.guava:guava:jar:15.0
[DEBUG]   Included: org.javassist:javassist:jar:3.18.2-GA
[DEBUG]   Included: com.google.code.findbugs:annotations:jar:2.0.1
[DEBUG]   Included: com.webcohesion.enunciate:enunciate-top:jar:2.0.0-RC.1
[DEBUG]   Included: com.webcohesion.enunciate:enunciate-jaxb:jar:2.0.0-RC.1
[DEBUG]   Included: com.webcohesion.enunciate:enunciate-jackson:jar:2.0.0-RC.1
[DEBUG]   Included: com.fasterxml.jackson.core:jackson-databind:jar:2.5.3
[DEBUG]   Included: com.fasterxml.jackson.core:jackson-annotations:jar:2.5.3
[DEBUG]   Included: com.fasterxml.jackson.core:jackson-core:jar:2.5.3
[DEBUG]   Included: com.webcohesion.enunciate:enunciate-jackson1:jar:2.0.0-RC.1
[DEBUG]   Included: org.codehaus.jackson:jackson-jaxrs:jar:1.9.13
[DEBUG]   Included: org.codehaus.jackson:jackson-core-asl:jar:1.9.13
[DEBUG]   Included: org.codehaus.jackson:jackson-mapper-asl:jar:1.9.13
[DEBUG]   Included: com.webcohesion.enunciate:enunciate-jaxrs:jar:2.0.0-RC.1
[DEBUG]   Included: javax.ws.rs:javax.ws.rs-api:jar:2.0.1
[DEBUG]   Included: com.webcohesion.enunciate:enunciate-jaxws:jar:2.0.0-RC.1
[DEBUG]   Included: com.webcohesion.enunciate:enunciate-docs:jar:2.0.0-RC.1
[DEBUG]   Included: org.freemarker:freemarker:jar:2.3.22
[DEBUG]   Included: com.webcohesion.enunciate:enunciate-idl:jar:2.0.0-RC.1
[DEBUG]   Included: com.webcohesion.enunciate:enunciate-java-xml-client:jar:2.0.0-RC.1
[DEBUG]   Included: com.webcohesion.enunciate:enunciate-java-json-client:jar:2.0.0-RC.1
[DEBUG]   Included: com.webcohesion.enunciate:enunciate-csharp-xml-client:jar:2.0.0-RC.1
[DEBUG]   Included: com.webcohesion.enunciate:enunciate-c-xml-client:jar:2.0.0-RC.1
[DEBUG]   Included: com.webcohesion.enunciate:enunciate-obj-c-xml-client:jar:2.0.0-RC.1
[DEBUG]   Included: com.webcohesion.enunciate:enunciate-php-xml-client:jar:2.0.0-RC.1
[DEBUG]   Included: com.webcohesion.enunciate:enunciate-php-json-client:jar:2.0.0-RC.1
[DEBUG]   Included: com.webcohesion.enunciate:enunciate-ruby-json-client:jar:2.0.0-RC.1
[DEBUG]   Included: com.webcohesion.enunciate:enunciate-gwt-json-overlay:jar:2.0.0-RC.1
[DEBUG]   Included: com.google.gwt:gwt-user:jar:2.7.0
[DEBUG]   Included: javax.validation:validation-api:jar:1.0.0.GA
[DEBUG]   Included: javax.validation:validation-api:jar:sources:1.0.0.GA
[DEBUG]   Included: com.webcohesion.enunciate:enunciate-swagger:jar:2.0.0-RC.1
[DEBUG]   Excluded: org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9
[DEBUG]   Excluded: classworlds:classworlds:jar:1.1-alpha-2
[DEBUG]   Excluded: org.apache.maven:maven-model:jar:2.2.1
[DEBUG]   Excluded: org.apache.maven:maven-artifact-manager:jar:2.2.1
[DEBUG]   Excluded: org.apache.maven:maven-repository-metadata:jar:2.2.1
[DEBUG]   Excluded: org.apache.maven:maven-plugin-api:jar:2.2.1
[DEBUG]   Excluded: org.apache.maven:maven-project:jar:2.2.1
[DEBUG]   Excluded: org.apache.maven:maven-settings:jar:2.2.1
[DEBUG]   Excluded: org.apache.maven:maven-profile:jar:2.2.1
[DEBUG]   Excluded: org.apache.maven:maven-plugin-registry:jar:2.2.1
[DEBUG]   Excluded: org.apache.maven:maven-artifact:jar:2.2.1
[DEBUG]   Excluded: org.apache.maven:maven-core:jar:2.2.1
[DEBUG]   Excluded: org.apache.maven:maven-plugin-parameter-documenter:jar:2.2.1
[DEBUG]   Excluded: org.apache.maven:maven-error-diagnostics:jar:2.2.1
[DEBUG]   Excluded: org.apache.maven:maven-plugin-descriptor:jar:2.2.1
[DEBUG]   Excluded: org.apache.maven:maven-monitor:jar:2.2.1
[DEBUG] Configuring mojo com.webcohesion.enunciate:enunciate-maven-plugin:2.0.0-RC.1:assemble from plugin realm ClassRealm[plugin>com.webcohesion.enunciate:enunciate-maven-plugin:2.0.0-RC.1, parent: sun.misc.Launcher$AppClassLoader@234f79cb]
[DEBUG] Configuring mojo 'com.webcohesion.enunciate:enunciate-maven-plugin:2.0.0-RC.1:assemble' with basic configurator -->
[DEBUG]   (f) buildDir = /home/hdias/workspace/java-boxproject/cad/war/target/enunciate
[DEBUG]   (f) configFile = /home/hdias/workspace/java-boxproject/cad/war/enunciate.xml
[DEBUG]   (f) disableSourcepath = false
[DEBUG]   (f) docsDir = /home/hdias/workspace/java-boxproject/cad/war/target/cad
[DEBUG]   (f) encoding = UTF-8
[DEBUG]   (f) exportsDir = /home/hdias/workspace/java-boxproject/cad/war/target
[DEBUG]   (f) forceWarPackaging = true
[DEBUG]   (f) localRepository =        id: local
      url: file:///home/hdias/.m2/repository/
   layout: none

[DEBUG]   (f) outputDir = /home/hdias/workspace/java-boxproject/cad/war/target/classes
[DEBUG]   (f) pluginDependencies = [com.webcohesion.enunciate:enunciate-maven-plugin:maven-plugin:2.0.0-RC.1:, com.webcohesion.enunciate:enunciate-slim-maven-plugin:maven-plugin:2.0.0-RC.1:compile, org.apache.maven.enforcer:enforcer-api:jar:1.4:compile, junit:junit:jar:3.8.1:compile, org.apache.maven.plugins:maven-install-plugin:maven-plugin:2.5.2:compile, backport-util-concurrent:backport-util-concurrent:jar:3.1:compile, commons-codec:commons-codec:jar:1.6:compile, org.apache.maven.shared:maven-shared-utils:jar:0.4:compile, com.google.code.findbugs:jsr305:jar:2.0.1:compile, org.apache.maven.plugins:maven-deploy-plugin:maven-plugin:2.8.2:compile, org.apache.maven.shared:maven-filtering:jar:1.3:compile, org.slf4j:slf4j-jdk14:jar:1.5.6:runtime, org.slf4j:slf4j-api:jar:1.5.6:runtime, org.slf4j:jcl-over-slf4j:jar:1.5.6:runtime, org.apache.maven.reporting:maven-reporting-api:jar:2.2.1:compile, org.apache.maven.doxia:doxia-sink-api:jar:1.1:compile, org.apache.maven.doxia:doxia-logging-api:jar:1.1:compile, commons-cli:commons-cli:jar:1.2:compile, org.codehaus.plexus:plexus-interactivity-api:jar:1.0-alpha-4:compile, org.sonatype.plexus:plexus-sec-dispatcher:jar:1.3:compile, org.sonatype.plexus:plexus-cipher:jar:1.4:compile, org.sonatype.plexus:plexus-build-api:jar:0.0.4:compile, org.codehaus.plexus:plexus-utils:jar:3.0.22:compile, org.codehaus.plexus:plexus-interpolation:jar:1.22:compile, commons-collections:commons-collections:jar:3.2.1:compile, com.webcohesion.enunciate:enunciate-core:jar:2.0.0-RC.1:compile, com.webcohesion.enunciate:enunciate-core-annotations:jar:2.0.0-RC.1:compile, com.webcohesion.enunciate:enunciate-javac-myapplication:jar:2.0.0-RC.1:compile, com.sun:tools:jar:local:system, commons-configuration:commons-configuration:jar:1.10:compile, commons-lang:commons-lang:jar:2.6:compile, commons-logging:commons-logging:jar:1.2:compile, io.reactivex:rxjava:jar:1.0.9:compile, org.jgrapht:jgrapht-core:jar:0.9.1:compile, org.reflections:reflections:jar:0.9.9:compile, com.google.guava:guava:jar:15.0:compile, org.javassist:javassist:jar:3.18.2-GA:compile, com.google.code.findbugs:annotations:jar:2.0.1:compile, com.webcohesion.enunciate:enunciate-top:jar:2.0.0-RC.1:compile, com.webcohesion.enunciate:enunciate-jaxb:jar:2.0.0-RC.1:compile, com.webcohesion.enunciate:enunciate-jackson:jar:2.0.0-RC.1:compile, com.fasterxml.jackson.core:jackson-databind:jar:2.5.3:compile, com.fasterxml.jackson.core:jackson-annotations:jar:2.5.3:compile, com.fasterxml.jackson.core:jackson-core:jar:2.5.3:compile, com.webcohesion.enunciate:enunciate-jackson1:jar:2.0.0-RC.1:compile, org.codehaus.jackson:jackson-jaxrs:jar:1.9.13:compile, org.codehaus.jackson:jackson-core-asl:jar:1.9.13:compile, org.codehaus.jackson:jackson-mapper-asl:jar:1.9.13:compile, com.webcohesion.enunciate:enunciate-jaxrs:jar:2.0.0-RC.1:compile, javax.ws.rs:javax.ws.rs-api:jar:2.0.1:compile, com.webcohesion.enunciate:enunciate-jaxws:jar:2.0.0-RC.1:compile, com.webcohesion.enunciate:enunciate-docs:jar:2.0.0-RC.1:compile, org.freemarker:freemarker:jar:2.3.22:compile, com.webcohesion.enunciate:enunciate-idl:jar:2.0.0-RC.1:compile, com.webcohesion.enunciate:enunciate-java-xml-client:jar:2.0.0-RC.1:compile, com.webcohesion.enunciate:enunciate-java-json-client:jar:2.0.0-RC.1:compile, com.webcohesion.enunciate:enunciate-csharp-xml-client:jar:2.0.0-RC.1:compile, com.webcohesion.enunciate:enunciate-c-xml-client:jar:2.0.0-RC.1:compile, com.webcohesion.enunciate:enunciate-obj-c-xml-client:jar:2.0.0-RC.1:compile, com.webcohesion.enunciate:enunciate-php-xml-client:jar:2.0.0-RC.1:compile, com.webcohesion.enunciate:enunciate-php-json-client:jar:2.0.0-RC.1:compile, com.webcohesion.enunciate:enunciate-ruby-json-client:jar:2.0.0-RC.1:compile, com.webcohesion.enunciate:enunciate-gwt-json-overlay:jar:2.0.0-RC.1:compile, com.google.gwt:gwt-user:jar:2.7.0:compile, javax.validation:validation-api:jar:1.0.0.GA:compile, javax.validation:validation-api:jar:sources:1.0.0.GA:compile, com.webcohesion.enunciate:enunciate-swagger:jar:2.0.0-RC.1:compile]
[DEBUG]   (f) project = MavenProject: br.com.myapplication:cad-war:1.0-SNAPSHOT @ /home/hdias/workspace/java-boxproject/cad/war/pom.xml
[DEBUG]   (f) session = org.apache.maven.execution.MavenSession@99a61d3
[DEBUG]   (f) skipEnunciate = false
[DEBUG]   (f) webInfDirectory = /home/hdias/workspace/java-boxproject/cad/war/src/main/webapp/WEB-INF
[DEBUG]   (f) webappDirectory = /home/hdias/workspace/java-boxproject/cad/war/target/cad
[DEBUG] -- end configuration --
[INFO] [ENUNCIATE] Using enunciate configuration at /home/hdias/workspace/java-boxproject/cad/war/enunciate.xml
[DEBUG] [ENUNCIATE] Filtering /home/hdias/workspace/java-boxproject/cad/war/enunciate.xml to /home/hdias/workspace/java-boxproject/cad/war/target/enunciate/enunciateConfig4262195026362354577.xml...
[DEBUG] properties used {java.vendor=Oracle Corporation, env.SESSION_MANAGER=local/hdias-mate:@/tmp/.ICE-unix/1251,unix/hdias-mate:/tmp/.ICE-unix/1251, enunciate.version=2.0.0-RC.1, env.LESSOPEN=| /usr/bin/lesspipe %s, sun.java.launcher=SUN_STANDARD, sun.management.compiler=HotSpot 64-Bit Tiered Compilers, os.name=Linux, sun.boot.class.path=/opt/jdk/jdk1.7.0/jre/lib/resources.jar:/opt/jdk/jdk1.7.0/jre/lib/rt.jar:/opt/jdk/jdk1.7.0/jre/lib/sunrsasign.jar:/opt/jdk/jdk1.7.0/jre/lib/jsse.jar:/opt/jdk/jdk1.7.0/jre/lib/jce.jar:/opt/jdk/jdk1.7.0/jre/lib/charsets.jar:/opt/jdk/jdk1.7.0/jre/lib/jfr.jar:/opt/jdk/jdk1.7.0/jre/classes, env.PWD=/home/hdias/workspace/java-boxproject/cad/war, env.LANG=pt_BR.UTF-8, java.vm.specification.vendor=Oracle Corporation, java.runtime.version=1.7.0_79-b15, env.DEFAULTS_PATH=/usr/share/gconf/mate.default.path, env.XDG_VTNR=7, project.build.sourceEncoding=UTF-8, env.DISPLAY=:0.0, user.name=hdias, env._=/usr/bin/mvn, maven.build.version=Apache Maven 3.0.5, env.USER=hdias, env.SHELL=/bin/bash, env.DESKTOP_SESSION=mate, env.XDG_DATA_DIRS=/usr/share/mate:/usr/local/share/:/usr/share/, env.NLSPATH=/usr/dt/lib/nls/msg/%L/%N.cat, env.PATH=/usr/local/heroku/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games, env.XDG_CURRENT_DESKTOP=MATE, user.language=pt, sun.boot.library.path=/opt/jdk/jdk1.7.0/jre/lib/amd64, classworlds.conf=/usr/share/maven/bin/m2.conf, env.TEXTDOMAIN=im-config, java.version=1.7.0_79, user.timezone=, env.DBUS_SESSION_BUS_ADDRESS=unix:abstract=/tmp/dbus-rV8G8l9FA7,guid=c739446bc1d76089812a9b5e563341bc, env.QT_STYLE_OVERRIDE=gtk, sun.arch.data.model=64, env.COMPIZ_CONFIG_PROFILE=mate, env.SSH_AGENT_PID=1508, java.endorsed.dirs=/opt/jdk/jdk1.7.0/jre/lib/endorsed, sun.cpu.isalist=, sun.jnu.encoding=UTF-8, file.encoding.pkg=sun.io, env.SHLVL=1, file.separator=/, java.specification.name=Java Platform API Specification, java.class.version=51.0, env.GDMSESSION=mate, user.country=BR, env.GNOME_KEYRING_PID=1600, java.home=/opt/jdk/jdk1.7.0/jre, java.vm.info=mixed mode, env.LOGNAME=hdias, os.version=3.16.0-51-generic, path.separator=:, java.vm.version=24.79-b02, env.LANGUAGE=pt_BR:pt:en, env.TEXTDOMAINDIR=/usr/share/locale/, env.XDG_SESSION_PATH=/org/freedesktop/DisplayManager/Session0, env.JAVA_HOME=/opt/jdk/jdk1.7.0, java.awt.printerjob=sun.print.PSPrinterJob, env.TERM=xterm, cglib.version=2.2.2, sun.io.unicode.encoding=UnicodeLittle, awt.toolkit=sun.awt.X11.XToolkit, env.MATE_DESKTOP_SESSION_ID=this-is-deprecated, env.GDM_LANG=pt_BR, user.home=/home/hdias, env.TERMINATOR_UUID=urn:uuid:feab880c-0e32-42a1-b888-260948b8c7e6, env.OLDPWD=/home/hdias/workspace/java-boxproject/cad/war, java.specification.vendor=Oracle Corporation, env.WINDOWID=46137347, java.library.path=/usr/java/packages/lib/amd64:/usr/lib64:/lib64:/lib:/usr/lib, java.vendor.url=http://java.oracle.com/, spring.mobile.version=1.1.0.RELEASE, env.XDG_SEAT=seat0, java.vm.vendor=Oracle Corporation, maven.home=/usr/share/maven, java.runtime.name=Java(TM) SE Runtime Environment, sun.java.command=org.codehaus.plexus.classworlds.launcher.Launcher clean install -X, java.class.path=/usr/share/maven/boot/plexus-classworlds-2.x.jar, hibernate.version=4.2.0.Final, env.XDG_SESSION_ID=c1, env.JBOSS_HOME=/opt/wildfly-8.0.0.Final/, maven.version=3.0.5, env.XFILESEARCHPATH=/usr/dt/app-defaults/%L/Dt, env.QT_ACCESSIBILITY=1, spring.security.version=3.2.8.RELEASE, java.vm.specification.name=Java Virtual Machine Specification, java.vm.specification.version=1.7, sun.cpu.endian=little, sun.os.patch.level=unknown, env.HOME=/home/hdias, java.io.tmpdir=/tmp, env.LS_COLORS=rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arj=01;31:*.taz=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.zip=01;31:*.z=01;31:*.Z=01;31:*.dz=01;31:*.gz=01;31:*.lz=01;31:*.xz=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.jpg=01;35:*.jpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.axv=01;35:*.anx=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.axa=00;36:*.oga=00;36:*.spx=00;36:*.xspf=00;36:, env.XDG_SEAT_PATH=/org/freedesktop/DisplayManager/Seat0, java.boxproject.version=1.0-SNAPSHOT, java.vendor.url.bug=http://bugreport.sun.com/bugreport/, env.MAVEN_OPTS=-Xmx2048m -XX:MaxPermSize=1024m, env.SSH_AUTH_SOCK=/run/user/1000/keyring-izdw9g/ssh, vaadin.version=7.4.3, os.arch=amd64, java.awt.graphicsenv=sun.awt.X11GraphicsEnvironment, env.SWT_GTK3=0, java.ext.dirs=/opt/jdk/jdk1.7.0/jre/lib/ext:/usr/java/packages/lib/ext, env.XDG_RUNTIME_DIR=/run/user/1000, env.XAUTHORITY=/home/hdias/.Xauthority, user.dir=/home/hdias/workspace/java-boxproject/cad/war, env.MANDATORY_PATH=/usr/share/gconf/mate.mandatory.path, env.GTK_MODULES=gail:atk-bridge:canberra-gtk-module, line.separator=
, java.vm.name=Java HotSpot(TM) 64-Bit Server VM, env.COLORTERM=gnome-terminal, env.XDG_GREETER_DATA_DIR=/var/lib/lightdm-data/hdias, env.ORBIT_SOCKETDIR=/tmp/orbit-hdias, spring.version=3.2.14.RELEASE, file.encoding=UTF-8, env.GPG_AGENT_INFO=/run/user/1000/keyring-izdw9g/gpg:0:1, java.specification.version=1.7, env.GNOME_KEYRING_CONTROL=/run/user/1000/keyring-izdw9g, env.XDG_CONFIG_DIRS=/etc/xdg/xdg-mate:/etc/xdg, env.LESSCLOSE=/usr/bin/lesspipe %s %s}
[DEBUG] filtering /home/hdias/workspace/java-boxproject/cad/war/enunciate.xml to /home/hdias/workspace/java-boxproject/cad/war/target/enunciate/enunciateConfig4262195026362354577.xml
[DEBUG] [ENUNCIATE] Attempt will be made to lookup the sources for br.com.myapplication:database-metadata-discovery:jar:1.1.4:compile because it has the same groupId as the current project.
[DEBUG] [ENUNCIATE] Attempt will be made to lookup the sources for br.com.myapplication:boxproject-core:jar:1.0-SNAPSHOT:compile because it has the same groupId as the current project.
[DEBUG] [ENUNCIATE] Attempt will be made to lookup the sources for br.com.myapplication:cad-jar:jar:1.0-SNAPSHOT:compile because it has the same groupId as the current project.
[DEBUG] [ENUNCIATE] Attempt will be made to lookup the sources for br.com.myapplication:boxproject-widgets:jar:1.0-SNAPSHOT:compile because it has the same groupId as the current project.
[DEBUG] Using connector WagonRepositoryConnector with priority 0 for https://oss.sonatype.org/content/repositories/springsource-milestones
Downloading: https://oss.sonatype.org/content/repositories/springsource-milestones/br/com/myapplication/database-metadata-discovery/1.1.4/database-metadata-discovery-1.1.4-sources.jar
[DEBUG] Writing resolution tracking file /home/hdias/.m2/repository/br/com/myapplication/database-metadata-discovery/1.1.4/database-metadata-discovery-1.1.4-sources.jar.lastUpdated
[DEBUG] [ENUNCIATE] Attempt to find source artifact for br.com.myapplication:database-metadata-discovery:jar:1.1.4:compile failed.
[DEBUG] Skipped remote update check for br.com.myapplication:boxproject-core:1.0-SNAPSHOT/maven-metadata.xml, locally installed metadata up-to-date.
[DEBUG] Skipped remote update check for br.com.myapplication:boxproject-core:1.0-SNAPSHOT/maven-metadata.xml, locally installed metadata up-to-date.
[DEBUG] Skipped remote update check for br.com.myapplication:boxproject-core:1.0-SNAPSHOT/maven-metadata.xml, locally installed metadata up-to-date.
[DEBUG] Skipped remote update check for br.com.myapplication:boxproject-core:1.0-SNAPSHOT/maven-metadata.xml, locally installed metadata up-to-date.
[DEBUG] Skipped remote update check for br.com.myapplication:boxproject-core:1.0-SNAPSHOT/maven-metadata.xml, locally installed metadata up-to-date.
[DEBUG] Skipped remote update check for br.com.myapplication:boxproject-core:1.0-SNAPSHOT/maven-metadata.xml, locally installed metadata up-to-date.
[DEBUG] Using connector WagonRepositoryConnector with priority 0 for https://oss.sonatype.org/content/repositories/springsource-milestones
Downloading: https://oss.sonatype.org/content/repositories/springsource-milestones/br/com/myapplication/boxproject-core/1.0-SNAPSHOT/boxproject-core-1.0-SNAPSHOT-sources.jar
[DEBUG] Writing resolution tracking file /home/hdias/.m2/repository/br/com/myapplication/boxproject-core/1.0-SNAPSHOT/boxproject-core-1.0-SNAPSHOT-sources.jar.lastUpdated
[DEBUG] [ENUNCIATE] Attempt to find source artifact for br.com.myapplication:boxproject-core:jar:1.0-SNAPSHOT:compile failed.
[DEBUG] Skipped remote update check for br.com.myapplication:cad-jar:1.0-SNAPSHOT/maven-metadata.xml, locally installed metadata up-to-date.
[DEBUG] Skipped remote update check for br.com.myapplication:cad-jar:1.0-SNAPSHOT/maven-metadata.xml, locally installed metadata up-to-date.
[DEBUG] Skipped remote update check for br.com.myapplication:cad-jar:1.0-SNAPSHOT/maven-metadata.xml, locally installed metadata up-to-date.
[DEBUG] Skipped remote update check for br.com.myapplication:cad-jar:1.0-SNAPSHOT/maven-metadata.xml, locally installed metadata up-to-date.
[DEBUG] Skipped remote update check for br.com.myapplication:cad-jar:1.0-SNAPSHOT/maven-metadata.xml, locally installed metadata up-to-date.
[DEBUG] Skipped remote update check for br.com.myapplication:cad-jar:1.0-SNAPSHOT/maven-metadata.xml, locally installed metadata up-to-date.
[DEBUG] Using connector WagonRepositoryConnector with priority 0 for https://oss.sonatype.org/content/repositories/springsource-milestones
Downloading: https://oss.sonatype.org/content/repositories/springsource-milestones/br/com/myapplication/cad-jar/1.0-SNAPSHOT/cad-jar-1.0-SNAPSHOT-sources.jar
[DEBUG] Writing resolution tracking file /home/hdias/.m2/repository/br/com/myapplication/cad-jar/1.0-SNAPSHOT/cad-jar-1.0-SNAPSHOT-sources.jar.lastUpdated
[DEBUG] [ENUNCIATE] Attempt to find source artifact for br.com.myapplication:cad-jar:jar:1.0-SNAPSHOT:compile failed.
[DEBUG] Skipped remote update check for br.com.myapplication:boxproject-widgets:1.0-SNAPSHOT/maven-metadata.xml, locally installed metadata up-to-date.
[DEBUG] Skipped remote update check for br.com.myapplication:boxproject-widgets:1.0-SNAPSHOT/maven-metadata.xml, locally installed metadata up-to-date.
[DEBUG] Skipped remote update check for br.com.myapplication:boxproject-widgets:1.0-SNAPSHOT/maven-metadata.xml, locally installed metadata up-to-date.
[DEBUG] Skipped remote update check for br.com.myapplication:boxproject-widgets:1.0-SNAPSHOT/maven-metadata.xml, locally installed metadata up-to-date.
[DEBUG] Skipped remote update check for br.com.myapplication:boxproject-widgets:1.0-SNAPSHOT/maven-metadata.xml, locally installed metadata up-to-date.
[DEBUG] Skipped remote update check for br.com.myapplication:boxproject-widgets:1.0-SNAPSHOT/maven-metadata.xml, locally installed metadata up-to-date.
[DEBUG] [ENUNCIATE] Source artifact found at br.com.myapplication:boxproject-widgets:jar:sources:1.0-SNAPSHOT.
[DEBUG] [ENUNCIATE] Possible API Types: [
  org.hibernate.internal.jaxb.mapping.hbm.JaxbAliasTable
  org.hibernate.internal.jaxb.mapping.hbm.JaxbJoinElement
  org.hibernate.internal.jaxb.mapping.hbm.JaxbMapElement
  com.sun.tools.internal.xjc.reader.xmlschema.bindinfo.BIConversion.UserAdapter
  org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass.JaxbDiscriminator
  org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass.JaxbCompositeId
  org.jboss.resteasy.plugins.providers.DefaultTextPlain
  org.hibernate.internal.jaxb.mapping.hbm.JaxbDynamicComponentElement
  org.hibernate.internal.jaxb.mapping.orm.JaxbPostPersist
  org.hibernate.internal.jaxb.mapping.hbm.JaxbIndexElement
  org.hibernate.internal.jaxb.mapping.hbm.JaxbMapElement.JaxbMapKey
  org.hibernate.internal.jaxb.mapping.orm.JaxbPostUpdate
  org.hibernate.internal.jaxb.cfg.JaxbHibernateConfiguration.JaxbSessionFactory.JaxbProperty
  org.jboss.resteasy.plugins.stats.TraceResourceMethod
  org.jboss.resteasy.plugins.stats.PostResourceMethod
  org.hibernate.internal.jaxb.mapping.hbm.JaxbFilterElement
  org.hibernate.internal.jaxb.mapping.orm.JaxbPrimaryKeyJoinColumn
  com.sun.tools.internal.xjc.reader.xmlschema.bindinfo.BIClass
  org.hibernate.internal.jaxb.mapping.orm.JaxbPostRemove
  org.hibernate.internal.jaxb.mapping.orm.JaxbCascadeType
  org.hibernate.internal.jaxb.mapping.hbm.JaxbNestedCompositeElementElement
  org.jboss.resteasy.plugins.stats.DeleteResourceMethod
  com.fasterxml.jackson.databind.introspect.VisibilityChecker
  org.hibernate.validator.xml.ClassType
  org.jboss.resteasy.plugins.providers.jaxb.MapProvider
  org.jboss.resteasy.plugins.providers.FileProvider
  org.jboss.resteasy.plugins.providers.jaxb.JAXBXmlTypeProvider
  org.hibernate.internal.jaxb.mapping.orm.JaxbLob
  org.hibernate.internal.jaxb.mapping.orm.JaxbInheritance
  org.jboss.resteasy.client.exception.mapper.ApacheHttpClient4ExceptionMapper
  org.jboss.resteasy.plugins.providers.IIOImageProvider
  org.hibernate.internal.jaxb.mapping.orm.JaxbEntityListener
  org.hibernate.internal.jaxb.mapping.orm.JaxbIdClass
  org.hibernate.internal.jaxb.mapping.hbm.JaxbFetchAttributeWithSubselect
  org.hibernate.internal.jaxb.mapping.hbm.JaxbQueryParamElement
  org.codehaus.jackson.jaxrs.JacksonJaxbJsonProvider
  org.hibernate.internal.jaxb.mapping.orm.JaxbAttributeOverride
  org.hibernate.internal.jaxb.mapping.orm.JaxbUniqueConstraint
  com.sun.tools.internal.xjc.reader.xmlschema.bindinfo.BISchemaBinding.NameRules
  org.hibernate.internal.jaxb.mapping.orm.JaxbElementCollection
  com.sun.tools.internal.xjc.reader.xmlschema.bindinfo.BISchemaBinding
  br.com.myapplication.boxproject.cad.model.ws.EnderecoWsBean
  org.hibernate.internal.jaxb.mapping.orm.JaxbBasic
  com.sun.tools.internal.xjc.reader.xmlschema.bindinfo.BIProperty
  org.hibernate.internal.jaxb.mapping.hbm.JaxbCacheModeAttribute
  org.hibernate.internal.jaxb.mapping.orm.JaxbCollectionTable
  org.hibernate.internal.jaxb.mapping.hbm.JaxbReturnElement.JaxbReturnDiscriminator
  org.hibernate.internal.jaxb.mapping.hbm.JaxbParentElement
  org.jboss.resteasy.plugins.providers.jaxb.json.JsonCollectionProvider
  org.hibernate.internal.jaxb.mapping.hbm.JaxbMapElement.JaxbIndexManyToMany
  org.codehaus.jackson.jaxrs.JsonMappingExceptionMapper
  org.hibernate.internal.jaxb.mapping.hbm.JaxbIdbagElement.JaxbCollectionId
  org.hibernate.validator.xml.ConstraintType
  org.hibernate.internal.jaxb.mapping.orm.JaxbEmbeddable
  org.hibernate.internal.jaxb.mapping.hbm.JaxbJoinedSubclassElement
  org.hibernate.internal.jaxb.mapping.hbm.JaxbPrimitiveArrayElement
  br.com.myapplication.boxproject.cad.ws.PessoaWs
  org.hibernate.internal.jaxb.mapping.orm.JaxbEmbeddedId
  org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass.JaxbVersion
  org.hibernate.internal.jaxb.mapping.orm.JaxbVersion
  org.hibernate.internal.jaxb.mapping.hbm.JaxbKeyElement
  org.hibernate.internal.jaxb.mapping.hbm.JaxbOuterJoinAttribute
  org.jboss.resteasy.plugins.stats.PutResourceMethod
  org.jboss.resteasy.plugins.providers.DocumentProvider
  br.com.myapplication.boxproject.core.model.ws.ListaErroWSsBean
  org.hibernate.internal.jaxb.mapping.hbm.JaxbCacheElement
  org.hibernate.internal.jaxb.mapping.hbm.JaxbElementElement
  org.hibernate.internal.jaxb.mapping.orm.JaxbColumn
  org.hibernate.validator.xml.FieldType
  org.hibernate.internal.jaxb.mapping.hbm.JaxbTuplizerElement
  org.hibernate.internal.jaxb.mapping.hbm.JaxbMapElement.JaxbMapKeyManyToMany
  org.hibernate.internal.jaxb.mapping.hbm.JaxbSynchronizeElement
  org.hibernate.internal.jaxb.mapping.orm.JaxbMapKeyClass
  org.hibernate.validator.xml.ElementType
  org.hibernate.validator.xml.GroupSequenceType
  org.hibernate.internal.jaxb.mapping.hbm.JaxbSqlUpdateElement
  org.jboss.resteasy.plugins.providers.jaxb.XmlJAXBContextFinder
  com.sun.tools.internal.xjc.reader.xmlschema.bindinfo.BIInlineBinaryData
  org.jboss.resteasy.plugins.providers.jaxb.json.JettisonXmlRootElementProvider
  org.hibernate.internal.jaxb.mapping.hbm.JaxbSqlDeleteElement
  org.hibernate.internal.jaxb.mapping.orm.JaxbManyToMany
  org.hibernate.internal.jaxb.mapping.orm.JaxbSqlResultSetMapping
  org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbFilterDef.JaxbFilterParam
  org.hibernate.internal.jaxb.mapping.hbm.JaxbMapElement.JaxbCompositeIndex
  org.hibernate.internal.jaxb.mapping.orm.JaxbInheritanceType
  org.hibernate.internal.jaxb.mapping.hbm.JaxbLockModeAttribute
  org.hibernate.internal.jaxb.mapping.orm.JaxbTransient
  org.hibernate.internal.jaxb.mapping.hbm.JaxbOneToManyElement
  org.jboss.resteasy.core.AcceptHeaderByFileSuffixFilter
  org.hibernate.internal.jaxb.mapping.hbm.JaxbLazyAttribute
  org.jboss.resteasy.plugins.stats.GetResourceMethod
  com.sun.tools.internal.xjc.reader.xmlschema.bindinfo.BIFactoryMethod
  org.hibernate.internal.jaxb.mapping.orm.JaxbPersistenceUnitMetadata
  br.com.myapplication.boxproject.core.model.ws.SucessoWsBean
  org.hibernate.internal.jaxb.mapping.hbm.JaxbAnyElement
  org.hibernate.internal.jaxb.mapping.orm.JaxbDiscriminatorType
  org.jboss.resteasy.plugins.providers.jaxb.json.JsonJAXBContextFinder
  org.hibernate.internal.jaxb.mapping.hbm.JaxbReturnJoinElement
  org.hibernate.validator.xml.ValidationConfigType
  br.com.myapplication.boxproject.cad.model.ws.PessoaRequisicaoWsBean
  br.com.myapplication.boxproject.core.model.ord.dto.UploadArquivoDTO
  org.hibernate.internal.jaxb.mapping.hbm.JaxbLazyAttributeWithExtra
  org.hibernate.internal.jaxb.mapping.orm.JaxbEntityResult
  org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass
  org.jboss.resteasy.plugins.providers.DataSourceProvider
  org.jboss.resteasy.core.AsynchronousDispatcher
  org.jboss.resteasy.plugins.providers.jaxb.json.JsonMapProvider
  org.hibernate.internal.jaxb.mapping.hbm.JaxbMetaValueElement
  org.jboss.resteasy.plugins.interceptors.encoding.AcceptEncodingGZIPInterceptor
  org.jboss.resteasy.plugins.providers.SourceProvider
  org.hibernate.internal.jaxb.cfg.JaxbHibernateConfiguration.JaxbSessionFactory.JaxbEvent
  org.hibernate.internal.jaxb.mapping.hbm.JaxbComponentElement
  org.hibernate.internal.jaxb.mapping.hbm.JaxbSqlQueryElement
  org.hibernate.validator.xml.ConstraintDefinitionType
  org.hibernate.internal.jaxb.mapping.hbm.JaxbResultsetElement
  org.hibernate.internal.jaxb.mapping.orm.JaxbAssociationOverride
  org.hibernate.internal.jaxb.cfg.JaxbHibernateConfiguration.JaxbSecurity
  org.hibernate.internal.jaxb.mapping.hbm.JaxbQueryElement
  org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbIdentifierGenerator
  org.codehaus.jackson.jaxrs.JacksonJsonProvider
  org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbDatabaseObject.JaxbDefinition
  org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass.JaxbId
  org.hibernate.internal.jaxb.cfg.JaxbHibernateConfiguration
  org.hibernate.internal.jaxb.mapping.orm.JaxbDiscriminatorColumn
  org.jboss.resteasy.plugins.providers.InputStreamProvider
  org.hibernate.validator.xml.PayloadType
  org.jboss.resteasy.plugins.interceptors.encoding.AcceptEncodingGZIPFilter
  org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass.JaxbTimestamp
  com.sun.tools.internal.xjc.reader.xmlschema.bindinfo.BIGlobalBinding
  org.hibernate.internal.jaxb.mapping.hbm.JaxbReturnPropertyElement.JaxbReturnColumn
  org.jboss.resteasy.plugins.providers.jaxb.json.JettisonXmlTypeProvider
  org.hibernate.internal.jaxb.mapping.orm.JaxbGeneratedValue
  org.hibernate.internal.jaxb.mapping.orm.JaxbAccessType
  org.hibernate.internal.jaxb.mapping.hbm.JaxbFetchProfileElement.JaxbFetch
  com.sun.tools.internal.xjc.reader.xmlschema.bindinfo.BIDom
  org.jboss.resteasy.plugins.providers.SerializableProvider
  org.hibernate.internal.jaxb.mapping.hbm.JaxbReturnScalarElement
  org.hibernate.validator.xml.ValidatedByType
  org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping
  org.hibernate.internal.jaxb.mapping.orm.JaxbManyToOne
  org.hibernate.internal.jaxb.mapping.hbm.JaxbColumnElement
  org.hibernate.internal.jaxb.mapping.orm.JaxbPersistenceUnitDefaults
  org.hibernate.internal.jaxb.mapping.hbm.JaxbParamElement
  br.com.myapplication.boxproject.core.model.enums.ws.CambioVeiculoWs
  org.hibernate.internal.jaxb.mapping.hbm.JaxbCheckAttribute
  org.jboss.resteasy.plugins.providers.jaxb.JAXBElementProvider
  org.hibernate.internal.jaxb.mapping.hbm.JaxbFetchAttribute
  org.jboss.resteasy.plugins.interceptors.encoding.GZIPDecodingInterceptor
  org.hibernate.internal.jaxb.mapping.hbm.JaxbFetchProfileElement
  br.com.myapplication.boxproject.cad.model.ws.TelefoneWsBean
  br.com.myapplication.boxproject.core.model.enums.ws.MontadoraWs
  org.hibernate.internal.jaxb.mapping.hbm.JaxbUnionSubclassElement
  org.hibernate.internal.jaxb.cfg.JaxbTypeAttribute
  org.jboss.resteasy.plugins.stats.RegistryStatsResource
  org.hibernate.internal.jaxb.mapping.orm.JaxbQueryHint
  br.com.myapplication.boxproject.cad.ws.ClienteWs
  org.hibernate.internal.jaxb.mapping.orm.JaxbNamedNativeQuery
  br.com.myapplication.boxproject.core.model.enums.ws.CombustivelWs
  br.com.myapplication.boxproject.cad.model.ws.ClienteWsBean
  org.hibernate.internal.jaxb.mapping.orm.JaxbEntityMappings
  org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbFilterDef
  org.hibernate.internal.jaxb.mapping.orm.JaxbGenerationType
  com.sun.tools.internal.xjc.reader.xmlschema.bindinfo.BindInfo
  org.hibernate.internal.jaxb.mapping.hbm.JaxbManyToOneElement
  com.fasterxml.jackson.databind.introspect.VisibilityChecker.Std
  org.hibernate.internal.jaxb.mapping.hbm.JaxbTypeElement
  com.sun.tools.internal.xjc.reader.xmlschema.bindinfo.BIEnum
  org.hibernate.internal.jaxb.mapping.orm.JaxbPrePersist
  org.jboss.resteasy.plugins.stats.SubresourceLocator
  org.hibernate.internal.jaxb.mapping.hbm.JaxbLoaderElement
  javax.xml.ws.wsaddressing.W3CEndpointReference
  org.hibernate.internal.jaxb.mapping.orm.JaxbMapKeyJoinColumn
  org.hibernate.internal.jaxb.cfg.JaxbHibernateConfiguration.JaxbSessionFactory
  org.hibernate.internal.jaxb.mapping.hbm.JaxbSqlDeleteAllElement
  org.hibernate.internal.jaxb.mapping.hbm.JaxbCompositeElementElement
  org.hibernate.internal.jaxb.mapping.hbm.JaxbNotFoundAttribute
  org.jboss.resteasy.plugins.stats.RegistryData
  org.hibernate.internal.jaxb.mapping.hbm.JaxbLazyAttributeWithNoProxy
  org.hibernate.internal.jaxb.mapping.hbm.JaxbArrayElement
  org.hibernate.internal.jaxb.mapping.hbm.JaxbMapElement.JaxbCompositeMapKey
  org.hibernate.internal.jaxb.mapping.orm.JaxbId
  org.hibernate.internal.jaxb.mapping.orm.JaxbAttributes
  org.hibernate.internal.jaxb.mapping.hbm.JaxbPropertiesElement
  org.hibernate.internal.jaxb.mapping.hbm.JaxbLoadCollectionElement
  org.hibernate.internal.jaxb.mapping.orm.JaxbMapKey
  org.hibernate.internal.jaxb.mapping.orm.JaxbFetchType
  com.sun.tools.internal.xjc.reader.xmlschema.bindinfo.BIConversion
  org.hibernate.internal.jaxb.mapping.hbm.JaxbKeyPropertyElement
  org.hibernate.internal.jaxb.mapping.orm.JaxbPreUpdate
  org.jboss.resteasy.plugins.interceptors.encoding.GZIPEncodingInterceptor
  org.hibernate.internal.jaxb.mapping.orm.JaxbEnumType
  org.hibernate.internal.jaxb.mapping.orm.JaxbTemporalType
  org.hibernate.internal.jaxb.mapping.orm.JaxbJoinColumn
  org.jboss.resteasy.plugins.providers.jaxb.JAXBXmlRootElementProvider
  org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbTypedef
  org.jboss.resteasy.plugins.stats.RegistryEntry
  org.hibernate.internal.jaxb.mapping.orm.JaxbOneToOne
  org.hibernate.validator.xml.GroupsType
  org.hibernate.internal.jaxb.cfg.JaxbHibernateConfiguration.JaxbSessionFactory.JaxbClassCache
  org.hibernate.internal.jaxb.mapping.orm.JaxbLockModeType
  org.hibernate.internal.jaxb.mapping.hbm.JaxbGeneratorElement
  org.hibernate.internal.jaxb.mapping.hbm.JaxbManyToAnyElement
  org.hibernate.internal.jaxb.mapping.hbm.JaxbPropertyElement
  org.hibernate.internal.jaxb.mapping.orm.JaxbMappedSuperclass
  org.jboss.resteasy.plugins.providers.jaxb.CollectionProvider
  org.jboss.resteasy.plugins.providers.StringTextStar
  org.jboss.resteasy.plugins.stats.OptionsResourceMethod
  org.codehaus.jackson.jaxrs.JsonParseExceptionMapper
  org.hibernate.internal.jaxb.mapping.hbm.JaxbSubclassElement
  com.sun.tools.internal.xjc.reader.xmlschema.bindinfo.BIXSubstitutable
  org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbDatabaseObject.JaxbDialectScope
  org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass.JaxbNaturalId
  br.com.myapplication.boxproject.core.model.enums.ws.TipoVeiculoWs
  org.hibernate.internal.jaxb.mapping.hbm.JaxbReturnPropertyElement
  org.hibernate.internal.jaxb.mapping.hbm.JaxbManyToManyElement
  com.sun.tools.internal.xjc.reader.xmlschema.bindinfo.BIConversion.User
  org.hibernate.internal.jaxb.mapping.hbm.JaxbFlushModeAttribute
  org.hibernate.internal.jaxb.mapping.orm.JaxbTable
  org.hibernate.internal.jaxb.mapping.orm.JaxbSequenceGenerator
  org.hibernate.internal.jaxb.mapping.orm.JaxbEntityListeners
  org.jboss.resteasy.plugins.providers.jaxb.JAXBXmlSeeAlsoProvider
  org.hibernate.internal.jaxb.mapping.hbm.JaxbSetElement
  org.jboss.resteasy.plugins.stats.HeadResourceMethod
  org.hibernate.internal.jaxb.mapping.hbm.JaxbListElement
  org.hibernate.internal.jaxb.cfg.JaxbHibernateConfiguration.JaxbSessionFactory.JaxbMapping
  org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbDatabaseObject
  org.hibernate.validator.xml.BeanType
  org.hibernate.internal.jaxb.mapping.hbm.JaxbBagElement
  org.hibernate.internal.jaxb.mapping.hbm.JaxbOneToOneElement
  org.hibernate.internal.jaxb.mapping.orm.JaxbEntity
  org.hibernate.internal.jaxb.mapping.orm.JaxbOrderColumn
  org.hibernate.internal.jaxb.mapping.hbm.JaxbMapElement.JaxbIndexManyToAny
  org.hibernate.internal.jaxb.mapping.orm.JaxbOneToMany
  org.jboss.resteasy.plugins.stats.ResourceMethodEntry
  org.hibernate.internal.jaxb.mapping.orm.JaxbEmptyType
  org.hibernate.internal.jaxb.mapping.orm.JaxbTableGenerator
  com.sun.tools.internal.xjc.reader.xmlschema.bindinfo.BIXDom
  org.hibernate.validator.xml.GetterType
  org.jboss.resteasy.plugins.providers.jaxb.json.JettisonXmlSeeAlsoProvider
  org.hibernate.validator.xml.ConstraintMappingsType
  org.hibernate.internal.jaxb.mapping.orm.JaxbColumnResult
  org.hibernate.internal.jaxb.mapping.hbm.JaxbKeyManyToOneElement
  org.hibernate.internal.jaxb.mapping.orm.JaxbPreRemove
  org.hibernate.internal.jaxb.mapping.orm.JaxbEmbeddableAttributes
  org.hibernate.internal.jaxb.mapping.orm.JaxbEmbedded
  org.hibernate.internal.jaxb.cfg.JaxbListenerElement
  org.hibernate.internal.jaxb.cfg.JaxbHibernateConfiguration.JaxbSessionFactory.JaxbCollectionCache
  org.hibernate.internal.jaxb.mapping.orm.JaxbMapKeyColumn
  org.jboss.resteasy.plugins.providers.ReaderProvider
  com.sun.tools.internal.xjc.reader.xmlschema.bindinfo.BIEnumMember
  org.hibernate.internal.jaxb.cfg.JaxbHibernateConfiguration.JaxbSecurity.JaxbGrant
  org.hibernate.internal.jaxb.mapping.hbm.JaxbSqlInsertElement
  org.jboss.resteasy.api.validation.ResteasyConstraintViolation
  org.hibernate.internal.jaxb.mapping.hbm.JaxbListIndexElement
  org.hibernate.validator.xml.AnnotationType
  org.jboss.resteasy.plugins.providers.JaxrsFormProvider
  br.com.myapplication.boxproject.cad.model.ws.ListaClienteWsBean
  br.com.myapplication.boxproject.core.model.ws.ErroWsBean
  org.hibernate.internal.jaxb.mapping.hbm.JaxbIdbagElement
  org.hibernate.internal.jaxb.mapping.orm.JaxbJoinTable
  org.hibernate.internal.jaxb.mapping.orm.JaxbFieldResult
  org.jboss.resteasy.plugins.providers.FormUrlEncodedProvider
  org.hibernate.internal.jaxb.mapping.orm.JaxbSecondaryTable
  org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbImport
  org.hibernate.internal.jaxb.mapping.hbm.JaxbReturnElement
  org.hibernate.internal.jaxb.mapping.hbm.JaxbMetaElement
  org.hibernate.internal.jaxb.mapping.orm.JaxbNamedQuery
  org.hibernate.internal.jaxb.cfg.JaxbUsageAttribute
  br.com.myapplication.boxproject.cad.model.ws.ClienteRequisicaoWsBean
  org.jboss.resteasy.plugins.providers.jaxb.json.JettisonElementProvider
  org.hibernate.internal.jaxb.mapping.hbm.JaxbGeneratedAttribute
  org.hibernate.validator.xml.PropertyType
  org.hibernate.internal.jaxb.mapping.orm.JaxbPostLoad
]
[DEBUG] [ENUNCIATE] Compiler classpath: [
  /home/hdias/.m2/repository/br/com/myapplication/myapplication-core/1.0.35/myapplication-core-1.0.35.jar
  /home/hdias/.m2/repository/br/com/myapplication/myapplication-taglib/1.1.11/myapplication-taglib-1.1.11.jar
  /home/hdias/.m2/repository/br/com/myapplication/database-metadata-discovery/1.1.4/database-metadata-discovery-1.1.4.jar
  /home/hdias/.m2/repository/br/com/myapplication/boxproject-core/1.0-SNAPSHOT/boxproject-core-1.0-SNAPSHOT.jar
  /home/hdias/.m2/repository/org/springframework/spring-context-myapplication/3.2.14.RELEASE/spring-context-myapplication-3.2.14.RELEASE.jar
  /home/hdias/.m2/repository/org/springframework/spring-tx/3.2.14.RELEASE/spring-tx-3.2.14.RELEASE.jar
  /home/hdias/.m2/repository/opensymphony/quartz-all/1.6.3/quartz-all-1.6.3.jar
  /home/hdias/.m2/repository/com/sromku/polygon/polygon/1.0/polygon-1.0.jar
  /home/hdias/.m2/repository/br/com/myapplication/cad-jar/1.0-SNAPSHOT/cad-jar-1.0-SNAPSHOT.jar
  /home/hdias/.m2/repository/br/com/myapplication/boxproject-widgets/1.0-SNAPSHOT/boxproject-widgets-1.0-SNAPSHOT.jar
  /home/hdias/.m2/repository/org/springframework/spring-context/3.2.14.RELEASE/spring-context-3.2.14.RELEASE.jar
  /home/hdias/.m2/repository/org/springframework/spring-aop/3.2.14.RELEASE/spring-aop-3.2.14.RELEASE.jar
  /home/hdias/.m2/repository/org/springframework/spring-beans/3.2.14.RELEASE/spring-beans-3.2.14.RELEASE.jar
  /home/hdias/.m2/repository/org/springframework/spring-core/3.2.14.RELEASE/spring-core-3.2.14.RELEASE.jar
  /home/hdias/.m2/repository/org/springframework/spring-expression/3.2.14.RELEASE/spring-expression-3.2.14.RELEASE.jar
  /home/hdias/.m2/repository/org/springframework/spring-webmvc/3.2.14.RELEASE/spring-webmvc-3.2.14.RELEASE.jar
  /home/hdias/.m2/repository/org/springframework/spring-orm/3.2.14.RELEASE/spring-orm-3.2.14.RELEASE.jar
  /home/hdias/.m2/repository/org/springframework/spring-jdbc/3.2.14.RELEASE/spring-jdbc-3.2.14.RELEASE.jar
  /home/hdias/.m2/repository/org/springframework/spring-web/3.2.14.RELEASE/spring-web-3.2.14.RELEASE.jar
  /home/hdias/.m2/repository/org/springframework/spring-asm/3.1.4.RELEASE/spring-asm-3.1.4.RELEASE.jar
  /home/hdias/.m2/repository/org/springframework/spring-oxm/3.2.14.RELEASE/spring-oxm-3.2.14.RELEASE.jar
  /home/hdias/.m2/repository/org/springframework/security/spring-security-core/3.2.8.RELEASE/spring-security-core-3.2.8.RELEASE.jar
  /home/hdias/.m2/repository/aopalliance/aopalliance/1.0/aopalliance-1.0.jar
  /home/hdias/.m2/repository/org/springframework/security/spring-security-crypto/3.2.8.RELEASE/spring-security-crypto-3.2.8.RELEASE.jar
  /home/hdias/.m2/repository/org/codehaus/jackson/jackson-mapper-asl/1.9.13/jackson-mapper-asl-1.9.13.jar
  /home/hdias/.m2/repository/org/codehaus/jackson/jackson-core-asl/1.9.13/jackson-core-asl-1.9.13.jar
  /home/hdias/.m2/repository/org/hibernate/hibernate-core/4.2.0.Final/hibernate-core-4.2.0.Final.jar
  /home/hdias/.m2/repository/antlr/antlr/2.7.7/antlr-2.7.7.jar
  /home/hdias/.m2/repository/org/jboss/logging/jboss-logging/3.1.0.GA/jboss-logging-3.1.0.GA.jar
  /home/hdias/.m2/repository/org/jboss/spec/javax/transaction/jboss-transaction-api_1.1_spec/1.0.0.Final/jboss-transaction-api_1.1_spec-1.0.0.Final.jar
  /home/hdias/.m2/repository/dom4j/dom4j/1.6.1/dom4j-1.6.1.jar
  /home/hdias/.m2/repository/org/hibernate/javax/persistence/hibernate-jpa-2.0-api/1.0.1.Final/hibernate-jpa-2.0-api-1.0.1.Final.jar
  /home/hdias/.m2/repository/org/javassist/javassist/3.15.0-GA/javassist-3.15.0-GA.jar
  /home/hdias/.m2/repository/org/hibernate/common/hibernate-commons-annotations/4.0.1.Final/hibernate-commons-annotations-4.0.1.Final.jar
  /home/hdias/.m2/repository/org/hibernate/hibernate-entitymanager/4.2.0.Final/hibernate-entitymanager-4.2.0.Final.jar
  /home/hdias/.m2/repository/org/hibernate/hibernate-validator/4.2.0.Final/hibernate-validator-4.2.0.Final.jar
  /home/hdias/.m2/repository/javax/validation/validation-api/1.0.0.GA/validation-api-1.0.0.GA.jar
  /home/hdias/.m2/repository/org/slf4j/slf4j-api/1.6.1/slf4j-api-1.6.1.jar
  /home/hdias/.m2/repository/org/hibernate/hibernate-c3p0/4.2.0.Final/hibernate-c3p0-4.2.0.Final.jar
  /home/hdias/.m2/repository/c3p0/c3p0/0.9.1/c3p0-0.9.1.jar
  /home/hdias/.m2/repository/commons-dbcp/commons-dbcp/20030825.184428/commons-dbcp-20030825.184428.jar
  /home/hdias/.m2/repository/commons-pool/commons-pool/1.5.6/commons-pool-1.5.6.jar
  /home/hdias/.m2/repository/commons-lang/commons-lang/2.6/commons-lang-2.6.jar
  /home/hdias/.m2/repository/org/apache/commons/commons-collections4/4.0/commons-collections4-4.0.jar
  /home/hdias/.m2/repository/postgresql/postgresql/9.1-901.jdbc4/postgresql-9.1-901.jdbc4.jar
  /home/hdias/.m2/repository/com/oracle/ojdbc6/11.2.0.2.0/ojdbc6-11.2.0.2.0.jar
  /home/hdias/.m2/repository/cglib/cglib-nodep/2.2.2/cglib-nodep-2.2.2.jar
  /home/hdias/.m2/repository/javax/javaee-web-api/6.0/javaee-web-api-6.0.jar
  /home/hdias/.m2/repository/javax/servlet/jstl/1.2/jstl-1.2.jar
  /home/hdias/.m2/repository/opensymphony/sitemesh/2.4.2/sitemesh-2.4.2.jar
  /home/hdias/.m2/repository/org/jboss/resteasy/resteasy-jaxrs/3.0.6.Final/resteasy-jaxrs-3.0.6.Final.jar
  /home/hdias/.m2/repository/org/jboss/resteasy/jaxrs-api/3.0.6.Final/jaxrs-api-3.0.6.Final.jar
  /home/hdias/.m2/repository/org/scannotation/scannotation/1.0.3/scannotation-1.0.3.jar
  /home/hdias/.m2/repository/org/jboss/spec/javax/annotation/jboss-annotations-api_1.1_spec/1.0.1.Final/jboss-annotations-api_1.1_spec-1.0.1.Final.jar
  /home/hdias/.m2/repository/javax/activation/activation/1.1/activation-1.1.jar
  /home/hdias/.m2/repository/org/apache/httpcomponents/httpclient/4.2.1/httpclient-4.2.1.jar
  /home/hdias/.m2/repository/org/apache/httpcomponents/httpcore/4.2.1/httpcore-4.2.1.jar
  /home/hdias/.m2/repository/commons-codec/commons-codec/1.5/commons-codec-1.5.jar
  /home/hdias/.m2/repository/commons-io/commons-io/1.3.2/commons-io-1.3.2.jar
  /home/hdias/.m2/repository/net/jcip/jcip-annotations/1.0/jcip-annotations-1.0.jar
  /home/hdias/.m2/repository/org/jboss/resteasy/resteasy-spring/3.0.6.Final/resteasy-spring-3.0.6.Final.jar
  /home/hdias/.m2/repository/org/jboss/resteasy/resteasy-jettison-provider/3.0.6.Final/resteasy-jettison-provider-3.0.6.Final.jar
  /home/hdias/.m2/repository/org/jboss/resteasy/resteasy-jaxb-provider/3.0.6.Final/resteasy-jaxb-provider-3.0.6.Final.jar
  /home/hdias/.m2/repository/com/sun/xml/bind/jaxb-impl/2.2.7/jaxb-impl-2.2.7.jar
  /home/hdias/.m2/repository/com/sun/xml/bind/jaxb-core/2.2.7/jaxb-core-2.2.7.jar
  /home/hdias/.m2/repository/javax/xml/bind/jaxb-api/2.2.7/jaxb-api-2.2.7.jar
  /home/hdias/.m2/repository/com/sun/istack/istack-commons-runtime/2.16/istack-commons-runtime-2.16.jar
  /home/hdias/.m2/repository/com/sun/xml/fastinfoset/FastInfoset/1.2.12/FastInfoset-1.2.12.jar
  /home/hdias/.m2/repository/javax/xml/bind/jsr173_api/1.0/jsr173_api-1.0.jar
  /home/hdias/.m2/repository/org/codehaus/jettison/jettison/1.3.2/jettison-1.3.2.jar
  /home/hdias/.m2/repository/com/vaadin/vaadin-server/7.4.3/vaadin-server-7.4.3.jar
  /home/hdias/.m2/repository/com/vaadin/vaadin-client-compiled/7.4.3/vaadin-client-compiled-7.4.3.jar
  /home/hdias/.m2/repository/com/vaadin/vaadin-client/7.4.3/vaadin-client-7.4.3.jar
  /home/hdias/.m2/repository/com/vaadin/vaadin-shared/7.4.3/vaadin-shared-7.4.3.jar
  /home/hdias/.m2/repository/com/vaadin/external/flute/flute/1.3.0.gg2/flute-1.3.0.gg2.jar
  /home/hdias/.m2/repository/com/vaadin/external/streamhtmlparser/streamhtmlparser-jsilver/0.0.10.vaadin1/streamhtmlparser-jsilver-0.0.10.vaadin1.jar
  /home/hdias/.m2/repository/com/vaadin/external/google/guava/16.0.1.vaadin1/guava-16.0.1.vaadin1.jar
  /home/hdias/.m2/repository/org/w3c/css/sac/1.3/sac-1.3.jar
  /home/hdias/.m2/repository/javax/validation/validation-api/1.0.0.GA/validation-api-1.0.0.GA-sources.jar
  /home/hdias/.m2/repository/com/vaadin/vaadin-themes/7.4.3/vaadin-themes-7.4.3.jar
  /home/hdias/.m2/repository/org/vaadin/addon/confirmdialog/2.1.2/confirmdialog-2.1.2.jar
  /home/hdias/.m2/repository/ru/xpoft/vaadin/spring-vaadin-integration/3.0.1/spring-vaadin-integration-3.0.1.jar
  /home/hdias/.m2/repository/org/reflections/reflections/0.9.9-RC1/reflections-0.9.9-RC1.jar
  /home/hdias/.m2/repository/com/google/guava/guava/11.0.2/guava-11.0.2.jar
  /home/hdias/.m2/repository/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.jar
  /home/hdias/.m2/repository/org/jsoup/jsoup/1.7.1/jsoup-1.7.1.jar
  /home/hdias/.m2/repository/com/webcohesion/enunciate/enunciate-core/2.0.0-RC.1/enunciate-core-2.0.0-RC.1.jar
  /home/hdias/.m2/repository/com/webcohesion/enunciate/enunciate-core-annotations/2.0.0-RC.1/enunciate-core-annotations-2.0.0-RC.1.jar
  /home/hdias/.m2/repository/commons-configuration/commons-configuration/1.10/commons-configuration-1.10.jar
  /home/hdias/.m2/repository/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar
  /home/hdias/.m2/repository/commons-logging/commons-logging/1.2/commons-logging-1.2.jar
  /home/hdias/.m2/repository/io/reactivex/rxjava/1.0.9/rxjava-1.0.9.jar
  /home/hdias/.m2/repository/org/jgrapht/jgrapht-core/0.9.1/jgrapht-core-0.9.1.jar
  /home/hdias/.m2/repository/com/webcohesion/enunciate/enunciate-javac-myapplication/2.0.0-RC.1/enunciate-javac-myapplication-2.0.0-RC.1.jar
  /opt/jdk/jdk1.7.0/jre/../lib/tools.jar
  /home/hdias/.m2/repository/com/webcohesion/enunciate/enunciate-docs/2.0.0-RC.1/enunciate-docs-2.0.0-RC.1.jar
  /home/hdias/.m2/repository/org/freemarker/freemarker/2.3.22/freemarker-2.3.22.jar
  /home/hdias/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.1.4/jackson-databind-2.1.4.jar
  /home/hdias/.m2/repository/com/fasterxml/jackson/core/jackson-annotations/2.1.4/jackson-annotations-2.1.4.jar
  /home/hdias/.m2/repository/com/fasterxml/jackson/core/jackson-core/2.1.4/jackson-core-2.1.4.jar
  /home/hdias/.m2/repository/com/webcohesion/enunciate/enunciate-top/2.0.0-RC.1/enunciate-top-2.0.0-RC.1.jar
  /home/hdias/.m2/repository/com/webcohesion/enunciate/enunciate-jaxb/2.0.0-RC.1/enunciate-jaxb-2.0.0-RC.1.jar
  /home/hdias/.m2/repository/com/webcohesion/enunciate/enunciate-jackson/2.0.0-RC.1/enunciate-jackson-2.0.0-RC.1.jar
  /home/hdias/.m2/repository/com/webcohesion/enunciate/enunciate-jackson1/2.0.0-RC.1/enunciate-jackson1-2.0.0-RC.1.jar
  /home/hdias/.m2/repository/org/codehaus/jackson/jackson-jaxrs/1.9.13/jackson-jaxrs-1.9.13.jar
  /home/hdias/.m2/repository/com/webcohesion/enunciate/enunciate-jaxrs/2.0.0-RC.1/enunciate-jaxrs-2.0.0-RC.1.jar
  /home/hdias/.m2/repository/javax/ws/rs/javax.ws.rs-api/2.0.1/javax.ws.rs-api-2.0.1.jar
  /home/hdias/.m2/repository/com/webcohesion/enunciate/enunciate-jaxws/2.0.0-RC.1/enunciate-jaxws-2.0.0-RC.1.jar
  /home/hdias/.m2/repository/com/webcohesion/enunciate/enunciate-idl/2.0.0-RC.1/enunciate-idl-2.0.0-RC.1.jar
  /home/hdias/.m2/repository/com/webcohesion/enunciate/enunciate-java-xml-client/2.0.0-RC.1/enunciate-java-xml-client-2.0.0-RC.1.jar
  /home/hdias/.m2/repository/com/webcohesion/enunciate/enunciate-java-json-client/2.0.0-RC.1/enunciate-java-json-client-2.0.0-RC.1.jar
  /home/hdias/.m2/repository/com/webcohesion/enunciate/enunciate-csharp-xml-client/2.0.0-RC.1/enunciate-csharp-xml-client-2.0.0-RC.1.jar
  /home/hdias/.m2/repository/com/webcohesion/enunciate/enunciate-c-xml-client/2.0.0-RC.1/enunciate-c-xml-client-2.0.0-RC.1.jar
  /home/hdias/.m2/repository/com/webcohesion/enunciate/enunciate-obj-c-xml-client/2.0.0-RC.1/enunciate-obj-c-xml-client-2.0.0-RC.1.jar
  /home/hdias/.m2/repository/com/webcohesion/enunciate/enunciate-php-xml-client/2.0.0-RC.1/enunciate-php-xml-client-2.0.0-RC.1.jar
  /home/hdias/.m2/repository/com/webcohesion/enunciate/enunciate-php-json-client/2.0.0-RC.1/enunciate-php-json-client-2.0.0-RC.1.jar
  /home/hdias/.m2/repository/com/webcohesion/enunciate/enunciate-ruby-json-client/2.0.0-RC.1/enunciate-ruby-json-client-2.0.0-RC.1.jar
  /home/hdias/.m2/repository/com/webcohesion/enunciate/enunciate-gwt-json-overlay/2.0.0-RC.1/enunciate-gwt-json-overlay-2.0.0-RC.1.jar
  /home/hdias/.m2/repository/com/google/gwt/gwt-user/2.7.0/gwt-user-2.7.0.jar
  /home/hdias/.m2/repository/com/webcohesion/enunciate/enunciate-swagger/2.0.0-RC.1/enunciate-swagger-2.0.0-RC.1.jar
  /home/hdias/.m2/repository/org/projectlombok/lombok/1.14.8/lombok-1.14.8.jar
  /home/hdias/.m2/repository/log4j/log4j/1.2.16/log4j-1.2.16.jar
]
[DEBUG] [ENUNCIATE] Compiler sourcepath: [
  /home/hdias/.m2/repository/br/com/myapplication/boxproject-widgets/1.0-SNAPSHOT/boxproject-widgets-1.0-SNAPSHOT-sources.jar
]
[DEBUG] [ENUNCIATE] Compiler args: [-source, 1.7, -target, 1.7, -encoding, UTF-8]
[DEBUG] [ENUNCIATE] Compiler sources: [
]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 7.025s
[INFO] Finished at: Fri Oct 30 16:18:26 BRST 2015
[INFO] Final Memory: 48M/604M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal com.webcohesion.enunciate:enunciate-maven-plugin:2.0.0-RC.1:assemble (assemble) on project cad-war: Execution assemble of goal com.webcohesion.enunciate:enunciate-maven-plugin:2.0.0-RC.1:assemble failed: no source files or class names -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal com.webcohesion.enunciate:enunciate-maven-plugin:2.0.0-RC.1:assemble (assemble) on project cad-war: Execution assemble of goal com.webcohesion.enunciate:enunciate-maven-plugin:2.0.0-RC.1:assemble failed: no source files or class names
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:225)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
    at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
    at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
    at org.apache.maven.cli.MavenCli.execute(MavenCli.java:537)
    at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:196)
    at org.apache.maven.cli.MavenCli.main(MavenCli.java:141)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:606)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
    at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
    at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
Caused by: org.apache.maven.plugin.PluginExecutionException: Execution assemble of goal com.webcohesion.enunciate:enunciate-maven-plugin:2.0.0-RC.1:assemble failed: no source files or class names
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:110)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
    ... 19 more
Caused by: java.lang.IllegalStateException: no source files or class names
    at com.sun.tools.javac.main.Main.error(Main.java:173)
    at com.sun.tools.javac.main.Main.compile(Main.java:395)
    at com.sun.tools.javac.api.JavacTaskImpl.call(JavacTaskImpl.java:132)
    at com.webcohesion.enunciate.Enunciate.run(Enunciate.java:650)
    at com.webcohesion.enunciate.mojo.ConfigMojo.execute(ConfigMojo.java:368)
    at com.webcohesion.enunciate.mojo.AssembleBaseMojo.execute(AssembleBaseMojo.java:86)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
    ... 20 more
[ERROR] 
[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/PluginExecutionException

Понравилась статья? Поделить с друзьями:
  • Java ошибка illegal start of expression
  • Java ошибка 500
  • Java ошибка 1618 как исправить
  • Java ошибка 1603 как исправить windows 10
  • Java ошибка 112 как исправить