Project

General

Profile

« Previous | Next » 

Revision 5881

Added by berkley about 13 years ago

some new code for debugging mmp

View differences:

MetacatPopulator.java
133 133
        printHeader("Processing " + docs.size() + " results.");
134 134
        printHeader("logging in to the destination " + destinationUrl);
135 135
        AuthToken authtoken = mn.login(username, password);
136
        System.out.println("authtoken: " + authtoken.getToken());
136 137
        for(int i=0; i<docs.size(); i++)
137 138
        {
138 139
            //for each document in the query

Also available in: Unified diff