Hi everyone, I'm having trouble using the Java default package. In my Java class I'm including a library from a 3rd party application that includes classes in the default package. I have to import one of them and when I compile it with Maven I get the following error.
[ERROR] BUILD FAILURE > [INFO] > ------------------------------------------------------------------------ > [INFO] Compilation failure > > D:\...\maximo-52\src\main\java\com\actuate\ActuateReport.java:[17,21] '.' > expected > > D:\...\maximo-52\src\main\java\com\actuate\ActuateReport.java:[17,22] ';' > expected > > > [INFO] > ------------------------------------------------------------------------ > [INFO] Trace > org.apache.maven.BuildFailureException: Compilation failure > I'm solving this problem compiling this class using Eclipse but it would be much better if I could just do everything with Maven. Does anyone know how to solve this problem? I'm using Maven 2.2.1 but it also failed with version 2.2.0 and 2.1.0. Thanks in advance. Best regards, -- António Jacob Costa IBM Certified Deployment Professional - Maximo V6 EAM MAXIMO Consultant and Software Engineer LinkedIn: http://www.linkedin.com/in/antoniojacobcosta --
