Friday, December 20, 2024

RE: Class not included in the set of types for RPC

[INFO] Scanning for projects...
[INFO]
[INFO] -----------------< com.3dmathpuzzles:3DMathPuzzlesWeb >-----------------
[INFO] Building 3DMathPuzzlesWeb 2.1.0
[INFO] from pom.xml
[INFO] --------------------------------[ war ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ 3DMathPuzzlesWeb ---
[INFO] Deleting C:\OneDrive\Dev\3DMathPuzzlesWeb\target
[INFO]
[INFO] --- resources:3.3.0:resources (default-resources) @ 3DMathPuzzlesWeb ---
[INFO] Copying 0 resource
[INFO] Copying 52 resources
[INFO]
[INFO] --- compiler:3.10.1:compile (default-compile) @ 3DMathPuzzlesWeb ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 25 source files to C:\OneDrive\Dev\3DMathPuzzlesWeb\target\classes
[INFO]
[INFO] --- gwt:1.1.0:compile (default-cli) @ 3DMathPuzzlesWeb ---
[INFO] Compiling module com._3dmathpuzzles.play.DiagonalSlitherlink
[INFO] Compiling 2 permutations
[INFO] Compiling permutation 0...
[INFO] Compiling permutation 1...
[INFO] Compile of permutations succeeded
[INFO] Compilation succeeded -- 12.411s
[INFO] Linking into C:\OneDrive\Dev\3DMathPuzzlesWeb\target\3dmp\DiagonalSlitherlink
[INFO] Link succeeded
[INFO] Linking succeeded -- 0.645s
[INFO]
[INFO] --- war:3.3.2:war (default-cli) @ 3DMathPuzzlesWeb ---
[INFO] Packaging webapp
[INFO] Assembling webapp [3DMathPuzzlesWeb] in [C:\OneDrive\Dev\3DMathPuzzlesWeb\target\3dmp]
[INFO] Processing war project
[INFO] Copying webapp resources [C:\OneDrive\Dev\3DMathPuzzlesWeb\src\main\webapp]
[INFO] Building war: C:\OneDrive\Dev\3DMathPuzzlesWeb\target\3dmp.war
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 23.273 s
[INFO] Finished at: 2024-12-20T09:31:15-06:00
[INFO] ------------------------------------------------------------------------

> Are you sure you have no compiler errors, and -failOnError (or -strict) is set?

 

No compiler errors.  I changed Vector3f back to non-serializable and ran the
build.  I am attaching the full output from Maven.

 

I have failOnError in my pom.xml:

                                             <plugin>

                                                            <groupId>net.ltgt.gwt.maven</groupId>

                                                            <artifactId>gwt-maven-plugin</artifactId>

                                                            <version>1.1.0</version>

                                                            <extensions>true</extensions>

                                                            <configuration>

                                                                           <failOnError>true</failOnError>

                                                                           <logLevel>INFO</logLevel>

                                                              <moduleName>com._3dmathpuzzles.play.DiagonalSlitherlink</moduleName>

                                                                           <systemProperties>

                                                                           <gwt.persistentunitcachedir>${project.build.directory}/gwt</gwt.persistentunitcachedir>

                                                                           </systemProperties>

                                                            </configuration>

                                             </plugin>                        

 

> We can't see the code you won't share

 

I am willing to share, but my library is HUGE.  It would not be useful to share it with you
until I pared it down to a test case.  Luckily, it looks like that is not going to be necessary.

 

> this is effectively "black box" testing from our part

 

Understood.  That is why I was trying to pare it down to a test case which would illustrate
what happened in a smaller subset of code.

 

Thank you,

 Neil

 

--

Neil Aggarwal, (972) 834-1565, http://www.propfinancing.com

We offer 30 year loans on single family houses!

No comments:

Post a Comment